Files
gen1recomp/tests/run_engine.lua
T
2026-07-19 16:18:18 -04:00

9 lines
361 B
Lua

-- T2 engine-invariant tier: formulas and machinery parameterized by the
-- loaded dataset, plus the no-mod parity gates. Runs against
-- tests/fixture_data, so it needs no ROM and is the tier CI leans on.
-- luajit tests/run_engine.lua
package.path = "./?.lua;./?/init.lua;" .. package.path
require("tests.tier_runner").main({ "tests/engine" }, "engine")