Changeset d9f6d80 for tests/Makefile.am
- Timestamp:
- Dec 20, 2024, 3:35:35 PM (13 months ago)
- Branches:
- master
- Children:
- 9dc05782
- Parents:
- 77148b0 (diff), 5251c6b (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. - File:
-
- 1 edited
-
tests/Makefile.am (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r77148b0 rd9f6d80 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 \ … … 186 166 enum_tests/planet \ 187 167 enum_tests/structEnum \ 188 exceptions/cancel/coroutine \189 exceptions/cancel/thread \190 168 exceptions/cardgame \ 191 exceptions/conditional \192 exceptions/conditional-threads \193 exceptions/cor_resumer \194 exceptions/data-except \195 169 exceptions/defaults \ 196 170 exceptions/defaults-threads \ 197 exceptions/fibonacci_nonlocal \198 exceptions/finally \199 exceptions/finally-threads \200 171 exceptions/hotpotato \ 201 172 exceptions/hotpotato_checked \ 202 exceptions/interact \203 173 exceptions/pingpong_nonlocal \ 204 174 exceptions/polymorphic \ 205 exceptions/resume \206 exceptions/resume-threads \207 exceptions/terminate \208 exceptions/terminate-threads \209 exceptions/trash \210 175 exceptions/try-leave-catch \ 211 exceptions/virtual-cast \212 176 exceptions/virtual-poly \ 213 177 expression \ … … 241 205 linking/mangling/lib.o \ 242 206 linking/mangling/main.o \ 243 linking/withthreads \244 207 linkonce \ 245 208 link-once/% \ … … 249 212 maybe \ 250 213 minmax \ 251 nested_function \252 214 nested-types \ 253 215 nested-types-ERR1 \ … … 268 230 raii/init_once \ 269 231 raii/partial \ 270 rational \271 232 references \ 272 233 result \ … … 284 245 typedefRedef-ERR1 \ 285 246 typeof \ 247 userLiterals \ 286 248 variableDeclarator \ 287 249 vector \
Note:
See TracChangeset
for help on using the changeset viewer.