Changeset a01faa98 for tests/Makefile.am


Ignore:
Timestamp:
May 26, 2023, 11:55:33 AM (3 years ago)
Author:
caparsons <caparson@…>
Branches:
ast-experimental, master
Children:
6c121eed
Parents:
b09ca2b (diff), 53f6a11 (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

    rb09ca2b ra01faa98  
    1111## Created On       : Sun May 31 09:08:15 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Tue May 16 09:27:48 2023
    14 ## Update Count     : 178
     13## Last Modified On : Fri May 26 08:23:09 2023
     14## Update Count     : 179
    1515###############################################################################
    1616
     
    7979        avltree/avl-private.h \
    8080        avltree/avl.h \
    81         concurrent/clib_tls.c \
    82         concurrent/clib.c \
    8381        configs/.in/parseconfig-all.txt \
    8482        configs/.in/parseconfig-errors.txt \
     
    8987        io/.in/many_read.data \
    9088        meta/fork+exec.hfa \
    91         concurrent/unified_locking/mutex_test.hfa \
    92         concurrent/channels/parallel_harness.hfa
     89        concurrency/clib_tls.c \
     90        concurrency/clib.c \
     91        concurrency/unified_locking/mutex_test.hfa \
     92        concurrentcy/channels/parallel_harness.hfa
    9393
    9494dist-hook:
     
    204204
    205205SYNTAX_ONLY_CODE = expression typedefRedef variableDeclarator switch numericConstants identFuncDeclarator \
    206         init1 limits nested-types cast labelledExit array quasiKeyword include/stdincludes include/includes builtins/sync warnings/self-assignment concurrent/waitfor/parse
     206        init1 limits nested-types cast labelledExit array quasiKeyword include/stdincludes include/includes builtins/sync warnings/self-assignment concurrency/waitfor/parse
    207207${SYNTAX_ONLY_CODE} : % : %.cfa ${CFACCBIN}
    208208        ${CFACOMPILE_SYNTAX}
     
    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.