Changeset a5aa5bf for tests/Makefile.am


Ignore:
Timestamp:
May 25, 2023, 5:55:18 PM (11 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
ast-experimental, master
Children:
8a919cf
Parents:
a5294af
Message:

Flesh out "C" array syntax testing.

Enable testing of expected-rejection cases.
One such "test" (now trac #275) had regressed while it was commented out.

Add expected-acceptance cases for size-star declarations.
Add cases for "dependent parameter" syntax.

Add comments summarizing semantics of these (obscure C) syntax cases.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    ra5294af ra5aa5bf  
    211211# expected failures
    212212# use custom target since they require a custom define *and* have a name that doesn't match the file
     213
     214array-ERR1 : array.cfa ${CFACCBIN}
     215        ${CFACOMPILE_SYNTAX} -DERR1
     216        -cp ${test} ${abspath ${@}}
     217
     218array-ERR2 : array.cfa ${CFACCBIN}
     219        ${CFACOMPILE_SYNTAX} -DERR2
     220        -cp ${test} ${abspath ${@}}
     221
     222array-ERR3 : array.cfa ${CFACCBIN}
     223        ${CFACOMPILE_SYNTAX} -DERR3
     224        -cp ${test} ${abspath ${@}}
     225
    213226alloc-ERROR : alloc.cfa ${CFACCBIN}
    214227        ${CFACOMPILE_SYNTAX} -DERR1
Note: See TracChangeset for help on using the changeset viewer.