summary refs log blame commit diff stats
path: root/test/test_bootstrap.lua
blob: 7edad26d567d2fcc1053fa2243052a0e86fb5b2d (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                
-- 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"