summary refs log tree commit diff stats
path: root/test/luafile.lua
blob: 3ec81cdca7a24b513d27d778233e935efcc692b4 (plain) (blame)
1
2
3
4
5
6
7
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)