Changeset 6ba0659 for src/Tests/Makefile
- Timestamp:
- Feb 17, 2016, 2:22:22 PM (9 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, string, with_gc
- Children:
- 658f6de0
- Parents:
- 52f85e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Tests/Makefile
r52f85e0 r6ba0659 8 8 OUTPUTS = ${addprefix ${OUTPUTDIR}/,${EXAMPLES:.c=.txt}} 9 9 10 .SILENT :10 #.SILENT : 11 11 12 12 all : … … 19 19 20 20 ${OUTPUTDIR}/%.txt : %.c ${CFA} Makefile 21 -${CFA} -n ${CFAOPT} <$< > $@ 2>&121 -${CFA} -n ${CFAOPT} $< > $@ 2>&1 22 22 23 23 ${OUTPUTDIR}/report : ${OUTPUTS} ${EXPECTDIR}
Note: See TracChangeset
for help on using the changeset viewer.