Changes in src/tests/Makefile.am [871b664:3a5131ed]
- File:
-
- 1 edited
-
src/tests/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
r871b664 r3a5131ed 17 17 debug=yes 18 18 19 quick_test=vector_test avl_test operators numericConstants expression enum array typeof cast dtor-early-exit init_once20 21 if BUILD_CONCURRENCY22 concurrent=yes23 quick_test+= coroutine thread monitor24 else25 concurrent=no26 endif27 28 29 19 # applies to both programs 30 20 EXTRA_FLAGS = … … 40 30 41 31 all-local : 42 @+python test.py --debug=${debug} --concurrent=${concurrent} ${quick_test}32 @+python test.py vector_test avl_test operators numericConstants expression enum array typeof cast dtor-early-exit init_once coroutine thread 43 33 44 34 all-tests : 45 @+python test.py --all --debug=${debug} --concurrent=${concurrent}# '@' => do not echo command (SILENT), '+' => allows recursive make from within python program35 @+python test.py --all --debug=${debug} # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program 46 36 47 37 clean-local : … … 49 39 50 40 list : 51 @+python test.py --list --concurrent=${concurrent}41 @+python test.py --list 52 42 53 43 constant0-1DP : constant0-1.c
Note:
See TracChangeset
for help on using the changeset viewer.