Changeset 2aa25cc2
- Timestamp:
- Sep 16, 2020, 12:38:37 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- da9a27c
- Parents:
- 1def117b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r1def117b r2aa25cc2 141 141 # tests that just validate syntax 142 142 expression : expression.cfa $(CFACCBIN) 143 $(CFACOMPILETEST) -c -fsyntax-only -o$(abspath ${@})143 $(CFACOMPILETEST) -c -fsyntax-only 2> $(abspath ${@}) 144 144 145 145 # expected failures
Note: See TracChangeset
for help on using the changeset viewer.