mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 08:21:02 +02:00
9 lines
361 B
Lua
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")
|