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