Changeset d10e391 for tests/Makefile.am


Ignore:
Timestamp:
Jun 20, 2023, 2:18:59 PM (3 years ago)
Author:
caparsons <caparson@…>
Branches:
master
Children:
70d8e2f2, adc73a5
Parents:
b065dbb (diff), 2fd4cea (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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    rb065dbb rd10e391  
    225225        -cp ${test} ${abspath ${@}}
    226226
     227array-container/dimexpr-match-c-ERRS : array-container/dimexpr-match-c.cfa
     228        ${CFACOMPILE_SYNTAX} -DERRS
     229        -cp ${test} ${abspath ${@}}
     230
     231array-container/dimexpr-match-cfa-ERRS : array-container/dimexpr-match-cfa.cfa
     232        ${CFACOMPILE_SYNTAX} -DERRS
     233        -cp ${test} ${abspath ${@}}
     234
    227235alloc-ERROR : alloc.cfa ${CFACCBIN}
    228236        ${CFACOMPILE_SYNTAX} -DERR1
Note: See TracChangeset for help on using the changeset viewer.