Changeset 960665c for tests/Makefile.am
- Timestamp:
- Aug 20, 2024, 6:15:01 PM (18 months ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- ad47ec4
- Parents:
- d1f5054 (diff), df2e00f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
tests/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
rd1f5054 r960665c 210 210 CFACOMPILE_SYNTAX = ${CFACOMPILETEST} -Wno-unused-variable -Wno-unused-label -c -fsyntax-only -o ${abspath ${@}} 211 211 212 SYNTAX_ONLY_CODE = expression typedefRedef variableDeclarator switch numericConstants identFuncDeclarator \ 213 init1 limits nested-types cast ctrl-flow/labelledExit array quasiKeyword include/stdincludes include/includes builtins/sync warnings/self-assignment concurrency/waitfor/parse 212 SYNTAX_ONLY_CODE = \ 213 array cast expression identFuncDeclarator init1 limits nested-types numericConstants opt-params quasiKeyword switch typedefRedef variableDeclarator \ 214 builtins/sync concurrency/waitfor/parse ctrl-flow/labelledExit include/stdincludes include/includes warnings/self-assignment 215 214 216 ${SYNTAX_ONLY_CODE} : % : %.cfa ${CFACCBIN} 215 217 ${CFACOMPILE_SYNTAX}
Note:
See TracChangeset
for help on using the changeset viewer.