Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.am

    r8f8af30 r7f612112  
    1111## Created On       : Sun May 31 09:08:15 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Thu Jun  8 07:41:43 2017
    14 ## Update Count     : 44
     13## Last Modified On : Thu May 25 14:39:15 2017
     14## Update Count     : 43
    1515###############################################################################
    1616
     
    2020
    2121if BUILD_CONCURRENCY
    22 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
     22concurrent=yes
     23quick_test+= coroutine thread monitor
     24concurrent_test=coroutine thread monitor multi-monitor sched-int-barge sched-int-block sched-int-disjoint sched-int-wait sched-ext sched-ext-multi preempt
    2525else
    2626concurrent=no
     
    5757        @+python test.py --debug=${debug} --concurrent=${concurrent} ${concurrent_test}
    5858
    59 .dummy : .dummy.c @CFA_BINDIR@/@CFA_NAME@
     59.dummy : .dummy.c
    6060        ${CC} ${BUILD_FLAGS} -XCFA -n ${<} -o ${@}                              #don't use CFLAGS, this rule is not a real test
    6161
    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@
     62dtor-early-exit-ERR1: dtor-early-exit.c
    6763        ${CC} ${CFLAGS} -DERR1 ${<} -o ${@}
    6864
    69 dtor-early-exit-ERR2: dtor-early-exit.c @CFA_BINDIR@/@CFA_NAME@
     65dtor-early-exit-ERR2: dtor-early-exit.c
    7066        ${CC} ${CFLAGS} -DERR2 ${<} -o ${@}
    7167
    72 declarationSpecifier: declarationSpecifier.c @CFA_BINDIR@/@CFA_NAME@
     68declarationSpecifier: declarationSpecifier.c
    7369        ${CC} ${CFLAGS} -CFA -XCFA -p -XCFA -L ${<} -o ${@}
    7470
    75 gccExtensions : gccExtensions.c @CFA_BINDIR@/@CFA_NAME@
     71gccExtensions : gccExtensions.c
    7672        ${CC} ${CFLAGS} -CFA -XCFA -p -XCFA -L ${<} -o ${@}
    7773
    78 extension : extension.c @CFA_BINDIR@/@CFA_NAME@
     74extension : extension.c
    7975        ${CC} ${CFLAGS} -CFA -XCFA -p -XCFA -L ${<} -o ${@}
    8076
    81 attributes : attributes.c @CFA_BINDIR@/@CFA_NAME@
     77attributes : attributes.c
    8278        ${CC} ${CFLAGS} -CFA -XCFA -p -XCFA -L ${<} -o ${@}
    8379
    84 KRfunctions : KRfunctions.c @CFA_BINDIR@/@CFA_NAME@
     80KRfunctions : KRfunctions.c
    8581        ${CC} ${CFLAGS} -CFA -XCFA -p -XCFA -L ${<} -o ${@}
    8682
    87 gmp : gmp.c @CFA_BINDIR@/@CFA_NAME@
     83gmp : gmp.c
    8884        ${CC} ${CFLAGS} -lgmp ${<} -o ${@}
    8985
    90 memberCtors-ERR1: memberCtors.c @CFA_BINDIR@/@CFA_NAME@
     86memberCtors-ERR1: memberCtors.c
    9187        ${CC} ${CFLAGS} -DERR1 ${<} -o ${@}
    9288
    93 completeTypeError : completeTypeError.c @CFA_BINDIR@/@CFA_NAME@
     89completeTypeError : completeTypeError.c
    9490        ${CC} ${CFLAGS} -DERR1 ${<} -o ${@}
Note: See TracChangeset for help on using the changeset viewer.