diff --git a/tests/run_tests.lua b/tests/run_tests.lua index 8593769d..7d9f0588 100644 --- a/tests/run_tests.lua +++ b/tests/run_tests.lua @@ -3373,6 +3373,8 @@ runSuites({ "tests/rom_importer_double_pick_test.lua" }) runSuites({ "tests/platform_nx_test.lua" }) runSuites({ "tests/platform_nx_shell_gate_test.lua" }) runSuites({ "tests/platform_nx_network_gate_test.lua" }) +runSuites({ "tests/rom_importer_nx_flags_test.lua" }) +runSuites({ "tests/rom_importer_nx_inbox_test.lua" }) -- ---------------------------------------------- parity workstream tests -- Each tests/parity_*.lua is a self-contained file (own bootstrap + check, -- error()s if any assertion fails). Globbed, so dropping a new parity