Changeset 17cd4eb for translator/Tests/Parser/Makefile
- Timestamp:
- Jan 7, 2015, 6:04:42 PM (10 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:
- 0b8cd722
- Parents:
- d9a0e76
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
translator/Tests/Parser/Makefile
rd9a0e76 r17cd4eb 4 4 TESTS = $(EXPECTED:Expected/%=%) 5 5 TEST_IN = $(TESTS:.tst=.c) 6 DIFF = /software/gnu/bin/diff#diff6 DIFF = diff 7 7 8 8 %.tst:%.c $(CFA) … … 15 15 $(DIFF) -B -w Expected/$$i $$i | tee -a report; \ 16 16 done 17 18 clean: 19 rm -f *.tst
Note: See TracChangeset
for help on using the changeset viewer.