summary refs log tree commit diff stats
path: root/test/crateratests.cratera.d/bootstrap.cratera
diff options
context:
space:
mode:
Diffstat (limited to 'test/crateratests.cratera.d/bootstrap.cratera')
-rw-r--r--test/crateratests.cratera.d/bootstrap.cratera7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/crateratests.cratera.d/bootstrap.cratera b/test/crateratests.cratera.d/bootstrap.cratera
new file mode 100644
index 0000000..618b0fb
--- /dev/null
+++ b/test/crateratests.cratera.d/bootstrap.cratera
@@ -0,0 +1,7 @@
+-- test that cratera can require lua modules
+
+require "test.luafile"
+
+-- also check that we do have craterapath
+
+assert(craterapath)