summary refs log tree commit diff stats
path: root/test/luafile.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/luafile.lua')
-rw-r--r--test/luafile.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/luafile.lua b/test/luafile.lua
new file mode 100644
index 0000000..3ec81cd
--- /dev/null
+++ b/test/luafile.lua
@@ -0,0 +1,8 @@
+-- yes, this is a very small test file and it doesn't get invoked by
+-- build.sh directly.
+--
+-- it's used to check if lua modules can still be used from cratera.
+
+print "all good"
+
+assert(not craterapath)