Changes in tests/Makefile.in [df8b87cd:dcfedca]
- File:
-
- 1 edited
-
tests/Makefile.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.in
rdf8b87cd rdcfedca 377 377 debug = yes 378 378 installed = no 379 archiveerrors = 379 380 INSTALL_FLAGS = -in-tree 380 381 DEBUG_FLAGS = -debug -O0 … … 770 771 #---------------------------------------------------------------------------------------------------------------- 771 772 all-local : 772 @+${TEST_PY} --debug=${debug} --install=${installed} ${concurrent} ${timeouts} ${quick_test}773 @+${TEST_PY} --debug=${debug} --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} ${quick_test} 773 774 774 775 all-tests : 775 @+${TEST_PY} --debug=${debug} --install=${installed} ${concurrent} ${timeouts} --all # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program776 @+${TEST_PY} --debug=${debug} --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} --all # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program 776 777 777 778 clean-local :
Note:
See TracChangeset
for help on using the changeset viewer.