From 5eecbd6ef771a54b455d96f4033212062d7c3f8f Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Wed, 29 May 2024 23:00:53 -0300 Subject: Implement cratera bootstrap --- test/test_bootstrap.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/test_bootstrap.lua (limited to 'test/test_bootstrap.lua') diff --git a/test/test_bootstrap.lua b/test/test_bootstrap.lua new file mode 100644 index 0000000..7edad26 --- /dev/null +++ b/test/test_bootstrap.lua @@ -0,0 +1,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" -- cgit 1.4.1