From 5efea48358ea556dee70db14b72416cec1bfcfad Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 5 Jan 2026 22:55:53 -0500 Subject: [PATCH] Tests: Apply t_dist_warn_coverage on include --- test_regress/t/t_dist_warn_coverage.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test_regress/t/t_dist_warn_coverage.py b/test_regress/t/t_dist_warn_coverage.py index 076454c2a..dc1831339 100755 --- a/test_regress/t/t_dist_warn_coverage.py +++ b/test_regress/t/t_dist_warn_coverage.py @@ -20,8 +20,6 @@ for s in [ # Instead of adding here, consider adding a LCOV_EXCL_LINE/START/STOP to the sources on the message 'exited with', # Is hit; driver.py filters out 'loading non-variable', # Instead 'storing to parameter' or syntax error - 'does not allow ' - ' in the middle of literal', # Is covered, this parser misses it due to quote 'Assigned pin is neither input nor output', # Instead earlier error 'Define missing argument \'', # Instead get Define passed too many arguments 'Define or directive not defined: `', # Instead V3ParseImp will warn @@ -131,7 +129,8 @@ for s in [ def read_messages(): - for filename in test.glob_some(test.root + "/src/*"): + for filename in (test.glob_some(test.root + "/src/*") + + test.glob_some(test.root + "/include/*")): if not os.path.isfile(filename): continue if '#' in filename: