Changeset 92aeae1 for tests


Ignore:
Timestamp:
Feb 5, 2025, 1:04:09 PM (8 weeks ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
d3d54b3
Parents:
090b076
Message:

Correct spelling mistake in variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tests/Makefile.am

    r090b076 r92aeae1  
    5050# Indented list entries are finer-grained targets under the test.
    5151# Making this association implicit would be ideal, but requires learning more automake than is affordable.
    52 WFLGAS_OPT_LAX = \
    53         ${WFLGAS_OPT_LAX_EXPECT_WARN} \
    54         ${WFLGAS_OPT_LAX_TO_INVESTIGATE}
     52WFLAGS_OPT_LAX = \
     53        ${WFLAGS_OPT_LAX_EXPECT_WARN} \
     54        ${WFLAGS_OPT_LAX_TO_INVESTIGATE}
    5555
    5656# Tests checking that cfa-cc raises a certain warning, so -Werror is permanently inappropriate
    57 WFLGAS_OPT_LAX_EXPECT_WARN = \
     57WFLAGS_OPT_LAX_EXPECT_WARN = \
    5858        attr-priority \
    5959        ctrl-flow/loop_else-WRN1 \
     
    6161
    6262# Tests that need investigation from the CFA team about why they require lax wflags.  Goal is to eliminate this list.
    63 WFLGAS_OPT_LAX_TO_INVESTIGATE = \
     63WFLAGS_OPT_LAX_TO_INVESTIGATE = \
    6464        collections/vector-demo \
    6565        concurrency/actors/dynamic \
     
    117117        tuple/tupleMember
    118118
    119 WFLAGS=${if ${filter ${WFLGAS_OPT_LAX},${@}},${WFLAGS_LAX},${WFLAGS_STRICT}}
     119WFLAGS=${if ${filter ${WFLAGS_OPT_LAX},${@}},${WFLAGS_LAX},${WFLAGS_STRICT}}
    120120
    121121# applies to both programs
Note: See TracChangeset for help on using the changeset viewer.