Changes in / [66298de:1588ffb6]
- Location:
- src/tests
- Files:
-
- 4 added
- 4 deleted
- 1 edited
-
.expect/boundedBuffer.txt (deleted)
-
.expect/concurrent/boundedBuffer.txt (added)
-
.expect/concurrent/fmtLines.txt (added)
-
.expect/concurrent/matrixSum.txt (added)
-
.expect/concurrent/pingpong.txt (added)
-
.expect/fmtLines.txt (deleted)
-
.expect/matrixSum.txt (deleted)
-
.expect/pingpong.txt (deleted)
-
Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
r66298de r1588ffb6 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.