- Timestamp:
- Jul 7, 2017, 12:06:12 PM (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:
- 0fc9756b, eaace25, fab6ded
- Parents:
- 3f12158
- Location:
- src/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/tests/Makefile.am ¶
r3f12158 r7c03d6d 30 30 # applies to both programs 31 31 DEBUG_FLAGS = 32 32 33 BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ 33 34 if !BUILD_DEBUG … … 37 38 BUILD_FLAGS += -debug 38 39 else 39 BUILD_FLAGS += ${ BUILD_FLAGS}40 BUILD_FLAGS += ${DEBUG_FLAGS} 40 41 endif 41 42 endif -
TabularUnified src/tests/Makefile.in ¶
r3f12158 r7c03d6d 94 94 @BUILD_DEBUG_FALSE@am__append_2 = -nodebug 95 95 @BUILD_DEBUG_TRUE@@BUILD_RELEASE_FALSE@am__append_3 = -debug 96 @BUILD_DEBUG_TRUE@@BUILD_RELEASE_TRUE@am__append_4 = ${ BUILD_FLAGS}96 @BUILD_DEBUG_TRUE@@BUILD_RELEASE_TRUE@am__append_4 = ${DEBUG_FLAGS} 97 97 EXTRA_PROGRAMS = fstream_test$(EXEEXT) vector_test$(EXEEXT) \ 98 98 avl_test$(EXEEXT)
Note: See TracChangeset
for help on using the changeset viewer.