forked from github/server
lua_pushinteger() must be new, I've never used it before. all tests in meropis and example pass.
7 lines
169 B
Lua
7 lines
169 B
Lua
require "example.rules"
|
|
|
|
local srcpath = config.source_dir
|
|
tests = {
|
|
srcpath .. '/shared/scripts/tests/common.lua',
|
|
srcpath .. '/shared/scripts/tests/bson.lua',
|
|
}
|