FreeKill/test/lua/run.lua
notify c3fd8fc9a5
Bugfix (#206)
* 修cost_data
* 修cardMark,仍需自动清理措施
* 修锁视技( **重要!使用牌之前会根据锁视技重新决定使用的卡牌!!**)
2023-06-23 22:18:11 +08:00

15 lines
286 B
Lua

-- Run tests with `lua5.4 test/lua/run.lua`
---@diagnostic disable: lowercase-global
package.path = package.path .. ";./test/lua/lib/?.lua"
lu = require('luaunit')
local os = os
fk = require('fk')
dofile 'lua/freekill.lua'
dofile 'test/lua/pattern.lua'
os.exit( lu.LuaUnit.run() )