Changes in src/tests/Makefile.am [47f9422:026a0f5]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
r47f9422 r026a0f5 22 22 concurrent=yes 23 23 quick_test+= coroutine thread monitor 24 concurrent_test=coroutine thread monitor multi-monitor sched-int sched-ext preempt 24 25 else 25 26 concurrent=no 27 concurrent_test= 26 28 endif 27 29 … … 51 53 list : 52 54 @+python test.py --list --concurrent=${concurrent} 55 56 concurrency : 57 @+python test.py --debug=${debug} --concurrent=${concurrent} ${concurrent_test} 53 58 54 59 .dummy : .dummy.c
Note: See TracChangeset
for help on using the changeset viewer.