Changes in src/tests/Makefile.in [871b664:3a5131ed]
- File:
-
- 1 edited
-
src/tests/Makefile.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.in
r871b664 r3a5131ed 37 37 build_triplet = @build@ 38 38 host_triplet = @host@ 39 @BUILD_CONCURRENCY_TRUE@am__append_1 = coroutine thread monitor40 39 EXTRA_PROGRAMS = fstream_test$(EXEEXT) vector_test$(EXEEXT) \ 41 40 avl_test$(EXEEXT) constant0-1DP$(EXEEXT) \ … … 223 222 top_srcdir = @top_srcdir@ 224 223 debug = yes 225 quick_test = vector_test avl_test operators numericConstants \226 expression enum array typeof cast dtor-early-exit init_once \227 $(am__append_1)228 @BUILD_CONCURRENCY_FALSE@concurrent = no229 @BUILD_CONCURRENCY_TRUE@concurrent = yes230 224 231 225 # applies to both programs … … 657 651 658 652 all-local : 659 @+python test.py --debug=${debug} --concurrent=${concurrent} ${quick_test}653 @+python test.py vector_test avl_test operators numericConstants expression enum array typeof cast dtor-early-exit init_once coroutine thread 660 654 661 655 all-tests : 662 @+python test.py --all --debug=${debug} --concurrent=${concurrent}# '@' => do not echo command (SILENT), '+' => allows recursive make from within python program656 @+python test.py --all --debug=${debug} # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program 663 657 664 658 clean-local : … … 666 660 667 661 list : 668 @+python test.py --list --concurrent=${concurrent}662 @+python test.py --list 669 663 670 664 constant0-1DP : constant0-1.c
Note:
See TracChangeset
for help on using the changeset viewer.