Changeset 026a0f5
- Timestamp:
- Apr 25, 2017, 11:58:56 AM (8 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:
- 278516c
- Parents:
- 47f9422
- Location:
- src/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
r47f9422 r026a0f5 22 22 concurrent=yes 23 23 quick_test+= coroutine thread monitor 24 concurrent_test=coroutine thread monitor multi-monitor sched-int sched-ext preempt 24 25 else 25 26 concurrent=no 27 concurrent_test= 26 28 endif 27 29 … … 51 53 list : 52 54 @+python test.py --list --concurrent=${concurrent} 55 56 concurrency : 57 @+python test.py --debug=${debug} --concurrent=${concurrent} ${concurrent_test} 53 58 54 59 .dummy : .dummy.c -
src/tests/Makefile.in
r47f9422 r026a0f5 229 229 @BUILD_CONCURRENCY_FALSE@concurrent = no 230 230 @BUILD_CONCURRENCY_TRUE@concurrent = yes 231 @BUILD_CONCURRENCY_FALSE@concurrent_test = 232 @BUILD_CONCURRENCY_TRUE@concurrent_test = coroutine thread monitor multi-monitor sched-int sched-ext preempt 231 233 232 234 # applies to both programs … … 670 672 @+python test.py --list --concurrent=${concurrent} 671 673 674 concurrency : 675 @+python test.py --debug=${debug} --concurrent=${concurrent} ${concurrent_test} 676 672 677 .dummy : .dummy.c 673 678 ${CC} ${BUILD_FLAGS} -XCFA -n ${<} -o ${@} #don't use CFLAGS, this rule is not a real test
Note: See TracChangeset
for help on using the changeset viewer.