blob: 7edad26d567d2fcc1053fa2243052a0e86fb5b2d (
plain) (
tree)
|
|
-- test cratera.bootstrap functions
local bootstrap = require "cratera.bootstrap"
-- loadfile is defined in bootstrap
assert(bootstrap.loadfile("test/tests.cratera"))
-- bootstrap sets up a loader
require "crateratests.bootstrap"
|