Changes in src/tests/Makefile.am [c6b1105:2fb2ad5]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
rc6b1105 r2fb2ad5 20 20 21 21 .PHONY : list 22 EXTRA_PROGRAMS = fstream_test vector_test avl_test Constant0-1DP Constant0-1ND Constant0-1NDDP # build but do not install22 EXTRA_PROGRAMS = fstream_test vector_test avl_test constant0-1DP constant0-1ND constant0-1NDDP # build but do not install 23 23 24 24 fstream_test_SOURCES = fstream_test.c … … 27 27 28 28 all-local : 29 python test.py vector_test avl_test Operators NumericConstants Expression Enum AsmName Array Typeof Cast29 +python test.py vector_test avl_test operators numericConstants expression enum asmName array typeof cast dtor-early-exit init_once 30 30 31 31 all-tests : … … 36 36 37 37 list : 38 python test.py --list38 +python test.py --list 39 39 40 Constant0-1DP : Constant0-1.c40 constant0-1DP : constant0-1.c 41 41 ${CC} ${CFLAGS} -DDUPS ${<} -o ${@} 42 42 43 Constant0-1ND : Constant0-1.c43 constant0-1ND : constant0-1.c 44 44 ${CC} ${CFLAGS} -DNEWDECL ${<} -o ${@} 45 45 46 Constant0-1NDDP : Constant0-1.c46 constant0-1NDDP : constant0-1.c 47 47 ${CC} ${CFLAGS} -DNEWDECL -DDUPS ${<} -o ${@} 48 49 dtor-early-exit-ERR1: dtor-early-exit.c 50 ${CC} ${CFLAGS} -DERR1 ${<} -o ${@} 51 52 dtor-early-exit-ERR2: dtor-early-exit.c 53 ${CC} ${CFLAGS} -DERR2 ${<} -o ${@} 54
Note:
See TracChangeset
for help on using the changeset viewer.