Changeset 40c81e5
- Timestamp:
- Sep 28, 2020, 3:18:30 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:
- f866d15
- Parents:
- e927ba8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
re927ba8 r40c81e5 138 138 #------------------------------------------------------------------------------ 139 139 # tests that just validate syntax and compiler output should be compared to stderr 140 SYNTAX_ONLY_CODE = expression typedefRedef variableDeclarator switch numericConstants identFuncDeclarator forall limits nested-types stdincludes cast labelledExit array builtins/sync warnings/self-assignment141 140 CFACOMPILE_SYNTAX = $(CFACOMPILETEST) -Wno-unused-variable -Wno-unused-label -c -fsyntax-only -o $(abspath ${@}) 141 142 SYNTAX_ONLY_CODE = expression typedefRedef variableDeclarator switch numericConstants identFuncDeclarator forall \ 143 limits nested-types stdincludes cast labelledExit array builtins/sync warnings/self-assignment 142 144 $(SYNTAX_ONLY_CODE): % : %.cfa $(CFACCBIN) 143 145 $(CFACOMPILE_SYNTAX)
Note: See TracChangeset
for help on using the changeset viewer.