Changeset c1c09285 for src/tests/Makefile.am
- Timestamp:
- Jun 27, 2016, 12:44:31 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 4d3ca1d8, 52e2e3f, e7ce55e
- Parents:
- 74d1804 (diff), 8f62de7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
r74d1804 rc1c09285 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 : … … 38 38 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.