Changeset b8b64c34 for tests/Makefile.am


Ignore:
Timestamp:
Feb 27, 2025, 3:17:20 PM (11 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
3483185
Parents:
9506c70
Message:

That should be the rest of the warnings generated from the tests themselves. There are a few that will probably need updates to the compiler to remove those warnings and a few more that should be clean except for a known error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r9506c70 rb8b64c34  
    7272        concurrency/actors/poison \
    7373        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
    7579
    7680# Tests that need investigation from the CFA team about why they require lax wflags.  Goal is to eliminate this list.
     
    7983        include/includes \
    8084        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 \
    9385        references \
    9486        tuple/tupleCast \
Note: See TracChangeset for help on using the changeset viewer.