Makefile fix
This commit is contained in:
parent
0e81c60d70
commit
4cfa4bca08
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,7 @@ ConfirmTests: $(srcdir)/test/ConfirmTests.py
|
|||
GenerateTests_SOURCES = test/GenerateTests.py
|
||||
|
||||
GenerateTests: $(srcdir)/test/GenerateTests.py
|
||||
echo "$(PYTHON) $(srcdir)/test/GenerateTests.py -j$(JOBS) $(top_builddir)/ledger$(EXEEXT) $(srcdir) 1 ${1:-20} $(TEST_PYTHON_FLAGS) \"\$$@\"" > $@
|
||||
echo "$(PYTHON) $(srcdir)/test/GenerateTests.py -j$(JOBS) $(top_builddir)/ledger$(EXEEXT) $(srcdir) 1 ${1:-20} \"\$$@\"" > $@
|
||||
chmod 755 $@
|
||||
|
||||
CheckTests_SOURCES = test/CheckTests.py
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue