Make sure that examples get run with ci, and using appropriate settings.

This commit is contained in:
Mark VanderVoord
2026-05-29 10:29:30 -04:00
parent 444fbda72a
commit dd70d40adf
4 changed files with 43 additions and 28 deletions
-3
View File
@@ -1241,9 +1241,6 @@ RUNNER_TESTS = [
]
def runner_test(test, runner, expected, test_defines, cmdline_args, features)
# Tack on TEST define for compiling unit tests
load_configuration($cfg_file)
# Drop Out if we're skipping this type of test
if $cfg[:skip_tests] && features
if $cfg[:skip_tests].include?(:parameterized) && features.include?(:parameterized)