Changes in src/tests/Makefile.am [026a0f5:47f9422]
- File:
-
- 1 edited
-
src/tests/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
r026a0f5 r47f9422 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
Note:
See TracChangeset
for help on using the changeset viewer.