Changes in tests/Makefile.am [ee858bf:40c81e5]
- File:
-
- 1 edited
-
tests/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
ree858bf r40c81e5 11 11 ## Created On : Sun May 31 09:08:15 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Fri Oct 9 23:13:07202014 ## Update Count : 8 613 ## Last Modified On : Sun Sep 27 19:01:41 2020 14 ## Update Count : 84 15 15 ############################################################################### 16 16 … … 141 141 142 142 SYNTAX_ONLY_CODE = expression typedefRedef variableDeclarator switch numericConstants identFuncDeclarator forall \ 143 init1limits nested-types stdincludes cast labelledExit array builtins/sync warnings/self-assignment143 limits nested-types stdincludes cast labelledExit array builtins/sync warnings/self-assignment 144 144 $(SYNTAX_ONLY_CODE): % : %.cfa $(CFACCBIN) 145 145 $(CFACOMPILE_SYNTAX) … … 149 149 # use custom target since they require a custom define *and* have a name that doesn't match the file 150 150 alloc-ERROR : alloc.cfa $(CFACCBIN) 151 $(CFACOMPILE_SYNTAX) -DERR1152 -cp $(test) $(abspath ${@})153 154 init1-ERROR : init1.cfa $(CFACCBIN)155 151 $(CFACOMPILE_SYNTAX) -DERR1 156 152 -cp $(test) $(abspath ${@})
Note:
See TracChangeset
for help on using the changeset viewer.