Changes in / [da9a27c:a7c31e0]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
rda9a27c ra7c31e0 141 141 # tests that just validate syntax 142 142 expression : expression.cfa $(CFACCBIN) 143 $(CFACOMPILETEST) -c -fsyntax-only 2>$(abspath ${@})143 $(CFACOMPILETEST) -c -fsyntax-only -o $(abspath ${@}) 144 144 145 145 # expected failures
Note: See TracChangeset
for help on using the changeset viewer.