Changeset 87b5bf0 for src/tests/Makefile.am
- Timestamp:
- Jun 29, 2016, 2:30:12 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, 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:
- e64365c
- Parents:
- 7305915 (diff), 2fb2ad5 (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
r7305915 r87b5bf0 27 27 28 28 all-local : 29 +python test.py vector_test avl_test operators numericConstants expression enum asmName array typeof cast 29 +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 : … … 46 46 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.