Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.in

    r12914e9 rd67cdb7  
    320320@BUILD_CONCURRENCY_TRUE@concurrent = yes
    321321@BUILD_CONCURRENCY_FALSE@concurrent_test =
    322 @BUILD_CONCURRENCY_TRUE@concurrent_test = \
    323 @BUILD_CONCURRENCY_TRUE@        coroutine          \
    324 @BUILD_CONCURRENCY_TRUE@        thread             \
    325 @BUILD_CONCURRENCY_TRUE@        monitor            \
    326 @BUILD_CONCURRENCY_TRUE@        multi-monitor      \
    327 @BUILD_CONCURRENCY_TRUE@        preempt            \
    328 @BUILD_CONCURRENCY_TRUE@        sched-int-block    \
    329 @BUILD_CONCURRENCY_TRUE@        sched-int-disjoint \
    330 @BUILD_CONCURRENCY_TRUE@        sched-int-wait     \
    331 @BUILD_CONCURRENCY_TRUE@        sched-ext-barge    \
    332 @BUILD_CONCURRENCY_TRUE@        sched-ext-else     \
    333 @BUILD_CONCURRENCY_TRUE@        sched-ext-parse    \
    334 @BUILD_CONCURRENCY_TRUE@        sched-ext-recurse  \
    335 @BUILD_CONCURRENCY_TRUE@        sched-ext-statment \
    336 @BUILD_CONCURRENCY_TRUE@        sched-ext-when
    337 
     322@BUILD_CONCURRENCY_TRUE@concurrent_test = coroutine thread monitor multi-monitor sched-int-block sched-int-disjoint sched-int-wait sched-ext-barge sched-ext-else sched-ext-parse sched-ext-statment preempt
    338323
    339324# applies to both programs
Note: See TracChangeset for help on using the changeset viewer.