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"