Changeset cbdf565 for src/tests/Makefile.am
- Timestamp:
- Jul 23, 2018, 5:21:46 PM (5 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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 2514607d
- Parents:
- 552f5cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
r552f5cb rcbdf565 44 44 TEST_FLAGS = $(if $(test), 2> $(test), ) 45 45 AM_CFLAGS = ${TEST_FLAGS} ${BUILD_FLAGS} 46 CC = ${abs_top_builddir}/src/driver/cfa -I${srcdir} 46 CC = ${abs_top_builddir}/src/driver/cfa -I${srcdir} -DIN_DIR="${srcdir}/.in/" 47 47 48 48 .PHONY : list
Note: See TracChangeset
for help on using the changeset viewer.