Changeset c84dd61 for tests/Makefile.am


Ignore:
Timestamp:
Jun 21, 2023, 2:38:55 AM (3 years ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
92355883
Parents:
0b0a285 (diff), 2de175ce (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

    r0b0a285 rc84dd61  
    9090        concurrency/clib.c \
    9191        concurrency/unified_locking/mutex_test.hfa \
    92         concurrency/channels/parallel_harness.hfa
     92        concurrency/channels/parallel_harness.hfa \
     93        array-container/dimexpr-match.hfa \
     94        array-container/dimexpr-match-detail.sh
    9395
    9496dist-hook:
     
    111113# '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
    112114all-local : # This name is important to automake and implies the default build target.
    113         @+${TEST_PY} --debug=${debug} --install=${installed} --invariant ${ARCHIVE_ERRORS} ${TIMEOUT} ${GLOBAL_TIMEOUT} ${ARCH} --all
     115        @+${TEST_PY} --debug=${debug} --install=${installed} ${ARCHIVE_ERRORS} ${TIMEOUT} ${GLOBAL_TIMEOUT} ${ARCH} --all
    114116
    115117tests : all-local # synonym
     
    225227        -cp ${test} ${abspath ${@}}
    226228
     229array-container/dimexpr-match-c-ERRS : array-container/dimexpr-match-c.cfa
     230        ${CFACOMPILE_SYNTAX} -DERRS
     231        -cp ${test} ${abspath ${@}}
     232
     233array-container/dimexpr-match-cfa-ERRS : array-container/dimexpr-match-cfa.cfa
     234        ${CFACOMPILE_SYNTAX} -DERRS
     235        -cp ${test} ${abspath ${@}}
     236
    227237alloc-ERROR : alloc.cfa ${CFACCBIN}
    228238        ${CFACOMPILE_SYNTAX} -DERR1
Note: See TracChangeset for help on using the changeset viewer.