From df7cea4387c97e0889f351b090b1a089d3a27aae Mon Sep 17 00:00:00 2001 From: Andrew Quenehen Date: Sat, 1 Aug 2026 03:20:16 -0300 Subject: [PATCH] feat(import): scan NX inbox and import by canonical SHA-1 Co-authored-by: Cursor --- tests/run_tests.lua | 2 ++ 1 file changed, 2 insertions(+) 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