Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.am

    rcd034920 r617b4b2  
    1111## Created On       : Sun May 31 09:08:15 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Tue Oct 10 13:29:36 2017
    14 ## Update Count     : 46
     13## Last Modified On : Mon Sep 11 16:17:16 2017
     14## Update Count     : 45
    1515###############################################################################
    1616
     
    2222concurrent = yes
    2323quick_test += coroutine thread monitor
    24 concurrent_test =               \
    25         coroutine               \
    26         fmtLines                \
    27         pingpong                \
    28         thread                  \
    29         matrixSum               \
    30         monitor                 \
    31         multi-monitor           \
    32         boundedBuffer           \
    33         preempt                 \
    34         sched-int-block         \
    35         sched-int-disjoint      \
    36         sched-int-wait          \
    37         sched-ext-barge         \
    38         sched-ext-dtor          \
    39         sched-ext-else          \
    40         sched-ext-parse         \
    41         sched-ext-recurse       \
    42         sched-ext-statment      \
     24concurrent_test =        \
     25        coroutine          \
     26        thread             \
     27        monitor            \
     28        multi-monitor      \
     29        preempt            \
     30        sched-int-block    \
     31        sched-int-disjoint \
     32        sched-int-wait     \
     33        sched-ext-barge    \
     34        sched-ext-dtor     \
     35        sched-ext-else     \
     36        sched-ext-parse    \
     37        sched-ext-recurse  \
     38        sched-ext-statment \
    4339        sched-ext-when
     40
    4441else
    4542concurrent=no
Note: See TracChangeset for help on using the changeset viewer.