- Timestamp:
- Oct 10, 2017, 1:32:06 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 1588ffb6
- Parents:
- 496ab8d
- Location:
- src/tests
- Files:
-
- 1 edited
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
r496ab8d rcd034920 11 11 ## Created On : Sun May 31 09:08:15 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Mon Sep 11 16:17:16 201714 ## Update Count : 4 513 ## Last Modified On : Tue Oct 10 13:29:36 2017 14 ## Update Count : 46 15 15 ############################################################################### 16 16 … … 22 22 concurrent = yes 23 23 quick_test += coroutine thread monitor 24 concurrent_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 \ 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 \ 39 43 sched-ext-when 40 41 44 else 42 45 concurrent=no
Note: See TracChangeset
for help on using the changeset viewer.