Changeset b8b64c34 for tests/Makefile.am
- Timestamp:
- Feb 27, 2025, 3:17:20 PM (11 months ago)
- Branches:
- master
- Children:
- 3483185
- Parents:
- 9506c70
- File:
-
- 1 edited
-
tests/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r9506c70 rb8b64c34 72 72 concurrency/actors/poison \ 73 73 concurrency/actors/static \ 74 concurrency/actors/types 74 concurrency/actors/types \ 75 io/away_fair \ 76 io/comp_basic \ 77 io/comp_fair \ 78 io/many_read 75 79 76 80 # Tests that need investigation from the CFA team about why they require lax wflags. Goal is to eliminate this list. … … 79 83 include/includes \ 80 84 include/stdincludes \ 81 include/vector-collections \82 include/vector-fstream \83 include/vector-sequence \84 io/away_fair \85 io/comp_basic \86 io/comp_fair \87 io/manipulatorsInput \88 io/manipulatorsInput-uchunk \89 io/many_read \90 raii/ctor-autogen \91 raii/dtor-early-exit \92 raii/init_once \93 85 references \ 94 86 tuple/tupleCast \
Note:
See TracChangeset
for help on using the changeset viewer.