Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.am

    r47f9422 r026a0f5  
    2222concurrent=yes
    2323quick_test+= coroutine thread monitor
     24concurrent_test=coroutine thread monitor multi-monitor sched-int sched-ext preempt
    2425else
    2526concurrent=no
     27concurrent_test=
    2628endif
    2729
     
    5153list :
    5254        @+python test.py --list --concurrent=${concurrent}
     55
     56concurrency :
     57        @+python test.py --debug=${debug} --concurrent=${concurrent} ${concurrent_test}
    5358
    5459.dummy : .dummy.c
Note: See TracChangeset for help on using the changeset viewer.