Changes in src/tests/Makefile.am [21610e3:c6b1105]
- File:
-
- 1 edited
-
src/tests/Makefile.am (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
r21610e3 rc6b1105 11 11 ## Created On : Sun May 31 09:08:15 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Mon Jun 2 0 14:30:52201614 ## Update Count : 3 313 ## Last Modified On : Mon Jun 27 14:39:08 2016 14 ## Update Count : 34 15 15 ############################################################################### 16 16 … … 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 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 ${@}
Note:
See TracChangeset
for help on using the changeset viewer.