Changes in src/tests/Makefile.am [c0aa336:863b34f]
- File:
-
- 1 edited
-
src/tests/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
rc0aa336 r863b34f 11 11 ## Created On : Sun May 31 09:08:15 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Mon Feb 6 16:10:43 201714 ## Update Count : 4013 ## Last Modified On : Mon Aug 15 12:24:54 2016 14 ## Update Count : 39 15 15 ############################################################################### 16 16 … … 30 30 31 31 all-local : 32 @+python test.py vector_test avl_test operators numericConstants expression enum array typeof cast dtor-early-exit init_once coroutine 32 @+python test.py vector_test avl_test operators numericConstants expression enum array typeof cast dtor-early-exit init_once coroutine thread 33 33 34 34 all-tests : … … 65 65 ${CC} ${CFLAGS} -CFA -XCFA -p ${<} -o ${@} 66 66 67 attributes : attributes.c68 ${CC} ${CFLAGS} -CFA -XCFA -p ${<} -o ${@}69 70 67 memberCtors-ERR1: memberCtors.c 71 68 ${CC} ${CFLAGS} -DERR1 ${<} -o ${@}
Note:
See TracChangeset
for help on using the changeset viewer.