diff --git a/check-linuxcnc-switchkins-remap-table.sh b/check-linuxcnc-switchkins-remap-table.sh index ff96ef6..77780df 100755 --- a/check-linuxcnc-switchkins-remap-table.sh +++ b/check-linuxcnc-switchkins-remap-table.sh @@ -2722,6 +2722,14 @@ validate_tool_table_source_coverage_only \ web/src/wasm-core.js \ web/src/index.ts \ "generated" +validate_tool_table_source_coverage_only \ + core/src/linuxcnc_switchkins_remap_table.inc \ + core/tests/linuxcnc_switchkins_remap_config_cases.inc \ + web/public/linuxcnc_switchkins_remap_config_cases.json \ + core/src/cnc_sim_api.cpp \ + web/src/wasm-core.js \ + web/src/index.ts \ + "tracked" validate_generated_header \ "$generated_dir/linuxcnc_switchkins_remap_table.inc" \