Changeset 584612d


Ignore:
Timestamp:
Dec 20, 2024, 2:21:36 PM (4 weeks ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
b12b1ba
Parents:
d9162ec
Message:

Add file missed in d9162ec9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    rd9162ec r584612d  
    5050# Indented list entries are finer-grained targets under the test.
    5151# Making this association implicit would be ideal, but requires learning more automake than is affordable.
    52 WFLGAS_OPT_LAX =  \
     52WFLGAS_OPT_LAX = \
    5353        alloc \
    5454        alloc2 \
     
    5656        array-collections/array-raii-c \
    5757        array-collections/array-raii-cfa \
    58         array-collections/array-sbscr-types \
    5958        array-collections/boxed \
    6059                array-collections/boxed% \
     
    6968        cast \
    7069        collections/atomic_mpsc \
     70        collections/multi_list \
    7171        collections/queue \
    7272        collections/sequence \
    7373        collections/stack \
    74         collections/string-api-coverage \
    75         collections/string-api-coverage-noshare \
    7674        collections/vector-demo \
    7775        concurrency/actors/dynamic \
     
    10098        concurrency/examples/boundedBufferEXT \
    10199        concurrency/examples/boundedBufferINT \
    102         concurrency/examples/datingService \
    103         concurrency/examples/gortn \
    104         concurrency/examples/matrixSum \
    105         concurrency/examples/quickSort \
    106100        concurrency/futures/abandon \
    107         concurrency/futures/basic \
    108101        concurrency/futures/multi \
    109102        concurrency/futures/select_future \
     
    119112        concurrency/mutexstmt/tuple \
    120113        concurrency/once \
    121         concurrency/park/contention \
    122         concurrency/park/force_preempt \
    123         concurrency/park/start_parked \
    124114        concurrency/preempt \
    125         concurrency/preempt2 \
    126115        concurrency/pthread/bounded_buffer \
    127116        concurrency/pthread/pthread_attr_test \
     
    131120        concurrency/pthread/pthread_key_test \
    132121        concurrency/pthread/pthread_once_test \
    133         concurrency/readyQ/barrier_sleeper \
    134122        concurrency/readyQ/leader_spin \
    135123        concurrency/signal/block \
     
    152140        concurrency/unified_locking/timeout_lock \
    153141        concurrency/waitfor/barge \
    154         concurrency/waitfor/dtor \
    155142        concurrency/waitfor/parse \
    156         concurrency/waitfor/recurse \
    157143        concurrency/waitfor/statment \
    158144        concurrency/waitfor/when \
     
    170156        configs/parsenums \
    171157        configs/usage \
    172         coroutine/devicedriver \
    173         coroutine/fibonacci \
    174         coroutine/fmtLines \
    175         coroutine/pingpong \
    176         coroutine/prodcons \
    177158        coroutine/raii \
    178         coroutine/runningTotal \
    179159        ctrl-flow/goto \
    180160        ctrl-flow/ifwhileCtl \
     
    225205                linking/mangling/lib.o \
    226206                linking/mangling/main.o \
    227         linking/withthreads \
    228207        linkonce \
    229208                link-once/% \
     
    233212        maybe \
    234213        minmax \
    235         nested_function \
    236214        nested-types \
    237215        nested-types-ERR1 \
     
    252230        raii/init_once \
    253231        raii/partial \
    254         rational \
    255232        references \
    256233        result \
     
    268245        typedefRedef-ERR1 \
    269246        typeof \
     247        userLiterals \
    270248        variableDeclarator \
    271249        vector \
Note: See TracChangeset for help on using the changeset viewer.