Changeset 584612d
- Timestamp:
- Dec 20, 2024, 2:21:36 PM (4 weeks ago)
- Branches:
- master
- Children:
- b12b1ba
- Parents:
- d9162ec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
rd9162ec r584612d 50 50 # Indented list entries are finer-grained targets under the test. 51 51 # Making this association implicit would be ideal, but requires learning more automake than is affordable. 52 WFLGAS_OPT_LAX = 52 WFLGAS_OPT_LAX = \ 53 53 alloc \ 54 54 alloc2 \ … … 56 56 array-collections/array-raii-c \ 57 57 array-collections/array-raii-cfa \ 58 array-collections/array-sbscr-types \59 58 array-collections/boxed \ 60 59 array-collections/boxed% \ … … 69 68 cast \ 70 69 collections/atomic_mpsc \ 70 collections/multi_list \ 71 71 collections/queue \ 72 72 collections/sequence \ 73 73 collections/stack \ 74 collections/string-api-coverage \75 collections/string-api-coverage-noshare \76 74 collections/vector-demo \ 77 75 concurrency/actors/dynamic \ … … 100 98 concurrency/examples/boundedBufferEXT \ 101 99 concurrency/examples/boundedBufferINT \ 102 concurrency/examples/datingService \103 concurrency/examples/gortn \104 concurrency/examples/matrixSum \105 concurrency/examples/quickSort \106 100 concurrency/futures/abandon \ 107 concurrency/futures/basic \108 101 concurrency/futures/multi \ 109 102 concurrency/futures/select_future \ … … 119 112 concurrency/mutexstmt/tuple \ 120 113 concurrency/once \ 121 concurrency/park/contention \122 concurrency/park/force_preempt \123 concurrency/park/start_parked \124 114 concurrency/preempt \ 125 concurrency/preempt2 \126 115 concurrency/pthread/bounded_buffer \ 127 116 concurrency/pthread/pthread_attr_test \ … … 131 120 concurrency/pthread/pthread_key_test \ 132 121 concurrency/pthread/pthread_once_test \ 133 concurrency/readyQ/barrier_sleeper \134 122 concurrency/readyQ/leader_spin \ 135 123 concurrency/signal/block \ … … 152 140 concurrency/unified_locking/timeout_lock \ 153 141 concurrency/waitfor/barge \ 154 concurrency/waitfor/dtor \155 142 concurrency/waitfor/parse \ 156 concurrency/waitfor/recurse \157 143 concurrency/waitfor/statment \ 158 144 concurrency/waitfor/when \ … … 170 156 configs/parsenums \ 171 157 configs/usage \ 172 coroutine/devicedriver \173 coroutine/fibonacci \174 coroutine/fmtLines \175 coroutine/pingpong \176 coroutine/prodcons \177 158 coroutine/raii \ 178 coroutine/runningTotal \179 159 ctrl-flow/goto \ 180 160 ctrl-flow/ifwhileCtl \ … … 225 205 linking/mangling/lib.o \ 226 206 linking/mangling/main.o \ 227 linking/withthreads \228 207 linkonce \ 229 208 link-once/% \ … … 233 212 maybe \ 234 213 minmax \ 235 nested_function \236 214 nested-types \ 237 215 nested-types-ERR1 \ … … 252 230 raii/init_once \ 253 231 raii/partial \ 254 rational \255 232 references \ 256 233 result \ … … 268 245 typedefRedef-ERR1 \ 269 246 typeof \ 247 userLiterals \ 270 248 variableDeclarator \ 271 249 vector \
Note: See TracChangeset
for help on using the changeset viewer.