Changes in / [cf67057:9fcb5e4]


Ignore:
Location:
src/tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.am

    rcf67057 r9fcb5e4  
    2222concurrent=yes
    2323quick_test+= coroutine thread monitor
    24 concurrent_test=coroutine thread monitor multi-monitor sched-int sched-ext preempt
    2524else
    2625concurrent=no
    27 concurrent_test=
    2826endif
    2927
     
    5351list :
    5452        @+python test.py --list --concurrent=${concurrent}
    55 
    56 concurrency :
    57         @+python test.py --debug=${debug} --concurrent=${concurrent} ${concurrent_test}
    5853
    5954.dummy : .dummy.c
  • src/tests/Makefile.in

    rcf67057 r9fcb5e4  
    229229@BUILD_CONCURRENCY_FALSE@concurrent = no
    230230@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 preempt
    233231
    234232# applies to both programs
     
    672670        @+python test.py --list --concurrent=${concurrent}
    673671
    674 concurrency :
    675         @+python test.py --debug=${debug} --concurrent=${concurrent} ${concurrent_test}
    676 
    677672.dummy : .dummy.c
    678673        ${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.