Changeset 89a9be2 for src/tests/Makefile.in
- Timestamp:
- Apr 25, 2017, 8:22:56 AM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 278516c, 9fcb5e4
- Parents:
- 6a8ac0b (diff), 47f9422 (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.in
r6a8ac0b r89a9be2 125 125 CFA_NAME = @CFA_NAME@ 126 126 CFA_PREFIX = @CFA_PREFIX@ 127 CFLAGS = -g -Wall -Wno-unused-function @CFA_FLAGS@ ${EXTRA_FLAGS}127 CFLAGS = 2> .err/${@}.log ${BUILD_FLAGS} 128 128 CPP = @CPP@ 129 129 CPPFLAGS = @CPPFLAGS@ … … 232 232 # applies to both programs 233 233 EXTRA_FLAGS = 234 BUILD_FLAGS = -g -Wall -Wno-unused-function @CFA_FLAGS@ ${EXTRA_FLAGS} 234 235 fstream_test_SOURCES = fstream_test.c 235 236 vector_test_SOURCES = vector/vector_int.c vector/array.c vector/vector_test.c … … 670 671 671 672 .dummy : .dummy.c 672 ${CC} ${ CFLAGS} -XCFA -n ${<} -o ${@}673 ${CC} ${BUILD_FLAGS} -XCFA -n ${<} -o ${@} #don't use CFLAGS, this rule is not a real test 673 674 674 675 constant0-1DP : constant0-1.c
Note: See TracChangeset
for help on using the changeset viewer.