- Timestamp:
- Sep 25, 2018, 3:56:18 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 2725882, a32346b
- Parents:
- 50fb7df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.in
r50fb7df r560812b 301 301 quick_test = avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes 302 302 concurrent = 303 timeouts = 303 304 TEST_PY = python ${builddir}/test.py 304 305 … … 616 617 #---------------------------------------------------------------------------------------------------------------- 617 618 all-local : 618 @+${TEST_PY} --debug=${debug} --install=${installed} ${concurrent} ${ quick_test}619 @+${TEST_PY} --debug=${debug} --install=${installed} ${concurrent} ${timeouts} ${quick_test} 619 620 620 621 all-tests : 621 @+${TEST_PY} -- all --debug=${debug} --install=${installed} ${concurrent}# '@' => do not echo command (SILENT), '+' => allows recursive make from within python program622 @+${TEST_PY} --debug=${debug} --install=${installed} ${concurrent} ${timeouts} --all # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program 622 623 623 624 clean-local :
Note: See TracChangeset
for help on using the changeset viewer.