Changes in src/tests/Makefile.am [8f8af30:7f612112]
- File:
-
- 1 edited
-
src/tests/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
r8f8af30 r7f612112 11 11 ## Created On : Sun May 31 09:08:15 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Thu Jun 8 07:41:43201714 ## Update Count : 4 413 ## Last Modified On : Thu May 25 14:39:15 2017 14 ## Update Count : 43 15 15 ############################################################################### 16 16 … … 20 20 21 21 if BUILD_CONCURRENCY 22 concurrent =yes23 quick_test += coroutine thread monitor24 concurrent_test =coroutine thread monitor multi-monitor sched-int-barge sched-int-block sched-int-disjoint sched-int-wait sched-ext sched-ext-multi preempt22 concurrent=yes 23 quick_test+= coroutine thread monitor 24 concurrent_test=coroutine thread monitor multi-monitor sched-int-barge sched-int-block sched-int-disjoint sched-int-wait sched-ext sched-ext-multi preempt 25 25 else 26 26 concurrent=no … … 57 57 @+python test.py --debug=${debug} --concurrent=${concurrent} ${concurrent_test} 58 58 59 .dummy : .dummy.c @CFA_BINDIR@/@CFA_NAME@59 .dummy : .dummy.c 60 60 ${CC} ${BUILD_FLAGS} -XCFA -n ${<} -o ${@} #don't use CFLAGS, this rule is not a real test 61 61 62 63 % : %.c @CFA_BINDIR@/@CFA_NAME@ 64 ${CC} ${CFLAGS} ${<} -o ${@} 65 66 dtor-early-exit-ERR1: dtor-early-exit.c @CFA_BINDIR@/@CFA_NAME@ 62 dtor-early-exit-ERR1: dtor-early-exit.c 67 63 ${CC} ${CFLAGS} -DERR1 ${<} -o ${@} 68 64 69 dtor-early-exit-ERR2: dtor-early-exit.c @CFA_BINDIR@/@CFA_NAME@65 dtor-early-exit-ERR2: dtor-early-exit.c 70 66 ${CC} ${CFLAGS} -DERR2 ${<} -o ${@} 71 67 72 declarationSpecifier: declarationSpecifier.c @CFA_BINDIR@/@CFA_NAME@68 declarationSpecifier: declarationSpecifier.c 73 69 ${CC} ${CFLAGS} -CFA -XCFA -p -XCFA -L ${<} -o ${@} 74 70 75 gccExtensions : gccExtensions.c @CFA_BINDIR@/@CFA_NAME@71 gccExtensions : gccExtensions.c 76 72 ${CC} ${CFLAGS} -CFA -XCFA -p -XCFA -L ${<} -o ${@} 77 73 78 extension : extension.c @CFA_BINDIR@/@CFA_NAME@74 extension : extension.c 79 75 ${CC} ${CFLAGS} -CFA -XCFA -p -XCFA -L ${<} -o ${@} 80 76 81 attributes : attributes.c @CFA_BINDIR@/@CFA_NAME@77 attributes : attributes.c 82 78 ${CC} ${CFLAGS} -CFA -XCFA -p -XCFA -L ${<} -o ${@} 83 79 84 KRfunctions : KRfunctions.c @CFA_BINDIR@/@CFA_NAME@80 KRfunctions : KRfunctions.c 85 81 ${CC} ${CFLAGS} -CFA -XCFA -p -XCFA -L ${<} -o ${@} 86 82 87 gmp : gmp.c @CFA_BINDIR@/@CFA_NAME@83 gmp : gmp.c 88 84 ${CC} ${CFLAGS} -lgmp ${<} -o ${@} 89 85 90 memberCtors-ERR1: memberCtors.c @CFA_BINDIR@/@CFA_NAME@86 memberCtors-ERR1: memberCtors.c 91 87 ${CC} ${CFLAGS} -DERR1 ${<} -o ${@} 92 88 93 completeTypeError : completeTypeError.c @CFA_BINDIR@/@CFA_NAME@89 completeTypeError : completeTypeError.c 94 90 ${CC} ${CFLAGS} -DERR1 ${<} -o ${@}
Note:
See TracChangeset
for help on using the changeset viewer.