Changes in src/tests/Makefile.am [5cacf74:6fd8b0f]
- File:
-
- 1 edited
-
src/tests/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
r5cacf74 r6fd8b0f 17 17 debug=yes 18 18 19 quick_test=avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_onceattributes19 quick_test=avl_test operators numericConstants expression enum array typeof cast attributes 20 20 21 21 if BUILD_CONCURRENCY … … 110 110 ${CC} ${AM_CFLAGS} ${CFLAGS} -DERR1 ${<} -o ${@} 111 111 112 nested-types-ERR1: nested-types.c @CFA_BINDIR@/@CFA_NAME@113 ${CC} ${AM_CFLAGS} ${CFLAGS} -DERR1 ${<} -o ${@}114 115 nested-types-ERR2: nested-types.c @CFA_BINDIR@/@CFA_NAME@116 ${CC} ${AM_CFLAGS} ${CFLAGS} -DERR2 ${<} -o ${@}117 118 112 # Constructor/destructor tests 119 113 raii/dtor-early-exit-ERR1: raii/dtor-early-exit.c @CFA_BINDIR@/@CFA_NAME@
Note:
See TracChangeset
for help on using the changeset viewer.