Changes in / [cf67057:9fcb5e4]
- Location:
- src/tests
- Files:
-
- 2 edited
-
Makefile.am (modified) (2 diffs)
-
Makefile.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
rcf67057 r9fcb5e4 22 22 concurrent=yes 23 23 quick_test+= coroutine thread monitor 24 concurrent_test=coroutine thread monitor multi-monitor sched-int sched-ext preempt25 24 else 26 25 concurrent=no 27 concurrent_test=28 26 endif 29 27 … … 53 51 list : 54 52 @+python test.py --list --concurrent=${concurrent} 55 56 concurrency :57 @+python test.py --debug=${debug} --concurrent=${concurrent} ${concurrent_test}58 53 59 54 .dummy : .dummy.c -
src/tests/Makefile.in
rcf67057 r9fcb5e4 229 229 @BUILD_CONCURRENCY_FALSE@concurrent = no 230 230 @BUILD_CONCURRENCY_TRUE@concurrent = yes 231 @BUILD_CONCURRENCY_FALSE@concurrent_test =232 @BUILD_CONCURRENCY_TRUE@concurrent_test = coroutine thread monitor multi-monitor sched-int sched-ext preempt233 231 234 232 # applies to both programs … … 672 670 @+python test.py --list --concurrent=${concurrent} 673 671 674 concurrency :675 @+python test.py --debug=${debug} --concurrent=${concurrent} ${concurrent_test}676 677 672 .dummy : .dummy.c 678 673 ${CC} ${BUILD_FLAGS} -XCFA -n ${<} -o ${@} #don't use CFLAGS, this rule is not a real test
Note:
See TracChangeset
for help on using the changeset viewer.