- Timestamp:
- Dec 19, 2024, 11:18:58 PM (5 weeks ago)
- Branches:
- master
- Children:
- df91e15
- Parents:
- a65cd5e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
ra65cd5e r956ad355 11 11 ## Created On : Sun May 31 09:08:15 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Wed Aug 30 22:31:45 202314 ## Update Count : 19713 ## Last Modified On : Thu Dec 19 22:11:14 2024 14 ## Update Count : 200 15 15 ############################################################################### 16 16 … … 51 51 # Making this association implicit would be ideal, but requires learning more automake than is affordable. 52 52 WFLGAS_OPT_LAX = \ 53 abs \54 53 alloc \ 55 54 alloc2 \ … … 65 64 array-ERR2 \ 66 65 array-ERR3 \ 67 ato \68 66 attributes \ 69 67 attr-priority \ 70 avl_test \71 avltree/% \72 68 builtins/sync \ 73 69 cast \ 74 70 collections/atomic_mpsc \ 75 collections/multi_list \76 71 collections/queue \ 77 72 collections/sequence \ … … 158 153 concurrency/waitfor/barge \ 159 154 concurrency/waitfor/dtor \ 160 concurrency/waitfor/else \161 155 concurrency/waitfor/parse \ 162 156 concurrency/waitfor/recurse \ … … 174 168 concurrency/waituntil/timeout \ 175 169 configs/parsebools \ 176 configs/parseconfig \177 170 configs/parsenums \ 178 171 configs/usage \ … … 189 182 ctrl-flow/loop_else \ 190 183 designations \ 191 device/cpu \192 div \193 184 enum \ 194 185 enum_tests/inc-dec \ 195 186 enum_tests/planet \ 196 enum_tests/position \197 187 enum_tests/structEnum \ 198 188 exceptions/cancel/coroutine \ … … 247 237 io/many_read \ 248 238 limits \ 249 linking/exception-nothreads \250 linking/exception-withthreads \251 239 linking/io-acquire \ 252 240 linking/mangling/anon \ 253 241 linking/mangling/lib.o \ 254 242 linking/mangling/main.o \ 255 linking/nothreads \256 linking/weakso_nothd \257 243 linking/withthreads \ 258 244 linkonce \ … … 282 268 raii/init_once \ 283 269 raii/partial \ 284 random \285 270 rational \ 286 271 references \ 287 272 result \ 288 searchsort \289 273 shortCircuit \ 290 274 sizeof \ 291 275 smart-pointers \ 292 276 sum \ 293 swap \294 277 switch \ 295 278 tuple/tupleAssign \ … … 301 284 typedefRedef-ERR1 \ 302 285 typeof \ 303 userLiterals \304 286 variableDeclarator \ 305 287 vector \
Note: See TracChangeset
for help on using the changeset viewer.