- Timestamp:
- Feb 5, 2025, 1:04:09 PM (8 weeks ago)
- Branches:
- master
- Children:
- d3d54b3
- Parents:
- 090b076
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tests/Makefile.am ¶
r090b076 r92aeae1 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 WFL GAS_OPT_LAX = \53 ${WFL GAS_OPT_LAX_EXPECT_WARN} \54 ${WFL GAS_OPT_LAX_TO_INVESTIGATE}52 WFLAGS_OPT_LAX = \ 53 ${WFLAGS_OPT_LAX_EXPECT_WARN} \ 54 ${WFLAGS_OPT_LAX_TO_INVESTIGATE} 55 55 56 56 # Tests checking that cfa-cc raises a certain warning, so -Werror is permanently inappropriate 57 WFL GAS_OPT_LAX_EXPECT_WARN = \57 WFLAGS_OPT_LAX_EXPECT_WARN = \ 58 58 attr-priority \ 59 59 ctrl-flow/loop_else-WRN1 \ … … 61 61 62 62 # Tests that need investigation from the CFA team about why they require lax wflags. Goal is to eliminate this list. 63 WFL GAS_OPT_LAX_TO_INVESTIGATE = \63 WFLAGS_OPT_LAX_TO_INVESTIGATE = \ 64 64 collections/vector-demo \ 65 65 concurrency/actors/dynamic \ … … 117 117 tuple/tupleMember 118 118 119 WFLAGS=${if ${filter ${WFL GAS_OPT_LAX},${@}},${WFLAGS_LAX},${WFLAGS_STRICT}}119 WFLAGS=${if ${filter ${WFLAGS_OPT_LAX},${@}},${WFLAGS_LAX},${WFLAGS_STRICT}} 120 120 121 121 # applies to both programs
Note: See TracChangeset
for help on using the changeset viewer.