Changes in / [0428aad:2e5ad9f]
- Location:
- src/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
r0428aad r2e5ad9f 22 22 concurrent=yes 23 23 quick_test+= coroutine thread monitor 24 concurrent_test=coroutine thread monitor multi-monitor sched-int sched- int-multi sched-int-multi2 sched-ext sched-ext-multipreempt24 concurrent_test=coroutine thread monitor multi-monitor sched-int sched-ext preempt 25 25 else 26 26 concurrent=no -
src/tests/Makefile.in
r0428aad r2e5ad9f 230 230 @BUILD_CONCURRENCY_TRUE@concurrent = yes 231 231 @BUILD_CONCURRENCY_FALSE@concurrent_test = 232 @BUILD_CONCURRENCY_TRUE@concurrent_test = coroutine thread monitor multi-monitor sched-int sched-int-multi sched-int-multi2 sched-ext sched-ext-multi preempt 232 @BUILD_CONCURRENCY_TRUE@concurrent_test = coroutine thread monitor multi-monitor sched-int sched-ext preempt 233 TEST_FLAGS = $(if $(test), 2> .err/${@}.log, ) 233 234 234 235 # applies to both programs 235 236 EXTRA_FLAGS = 236 237 BUILD_FLAGS = -g -Wall -Wno-unused-function @CFA_FLAGS@ ${EXTRA_FLAGS} 237 TEST_FLAGS = $(if $(test), 2> .err/${@}.log, )238 238 fstream_test_SOURCES = fstream_test.c 239 239 vector_test_SOURCES = vector/vector_int.c vector/array.c vector/vector_test.c
Note:
See TracChangeset
for help on using the changeset viewer.