Changeset afb15cf for tests/Makefile.am


Ignore:
Timestamp:
Aug 16, 2024, 12:25:53 PM (3 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
3ac5fd8
Parents:
5b643ea
Message:

Added a check to make sure that optional parameters to not appear on function types not attached to function declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r5b643ea rafb15cf  
    210210CFACOMPILE_SYNTAX = ${CFACOMPILETEST} -Wno-unused-variable -Wno-unused-label -c -fsyntax-only -o ${abspath ${@}}
    211211
    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
     212SYNTAX_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
    214216${SYNTAX_ONLY_CODE} : % : %.cfa ${CFACCBIN}
    215217        ${CFACOMPILE_SYNTAX}
Note: See TracChangeset for help on using the changeset viewer.