Changeset 2a301ff for tests/Makefile.am


Ignore:
Timestamp:
Aug 31, 2023, 11:31:15 PM (2 years ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
950c58e
Parents:
92355883 (diff), 686912c (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:

Resolve conflict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r92355883 r2a301ff  
    1111## Created On       : Sun May 31 09:08:15 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Sun May 28 08:15:43 2023
    14 ## Update Count     : 196
     13## Last Modified On : Wed Aug 30 22:31:45 2023
     14## Update Count     : 197
    1515###############################################################################
    1616
     
    9191        concurrency/unified_locking/mutex_test.hfa \
    9292        concurrency/channels/parallel_harness.hfa \
    93         array-container/dimexpr-match.hfa \
    94         array-container/dimexpr-match-detail.sh
     93        array-collections/dimexpr-match.hfa \
     94        array-collections/dimexpr-match-detail.sh
    9595
    9696dist-hook:
     
    227227        -cp ${test} ${abspath ${@}}
    228228
    229 array-container/dimexpr-match-c-ERRS : array-container/dimexpr-match-c.cfa
     229array-collections/dimexpr-match-c-ERRS : array-collections/dimexpr-match-c.cfa
    230230        ${CFACOMPILE_SYNTAX} -DERRS
    231231        -cp ${test} ${abspath ${@}}
    232232
    233 array-container/dimexpr-match-cfa-ERRS : array-container/dimexpr-match-cfa.cfa
     233array-collections/dimexpr-match-cfa-ERRS : array-collections/dimexpr-match-cfa.cfa
    234234        ${CFACOMPILE_SYNTAX} -DERRS
    235235        -cp ${test} ${abspath ${@}}
Note: See TracChangeset for help on using the changeset viewer.