diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2024-05-29 23:00:53 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2024-05-29 23:00:53 -0300 |
commit | 5eecbd6ef771a54b455d96f4033212062d7c3f8f (patch) | |
tree | 9fef3d210df849e82baa763b8b2b885c4806ca96 /test/crateratests.cratera.d/bootstrap.cratera | |
parent | bbb9f04eecc66a9e8e208cc4abc0466697807765 (diff) |
Implement cratera bootstrap
Diffstat (limited to 'test/crateratests.cratera.d/bootstrap.cratera')
-rw-r--r-- | test/crateratests.cratera.d/bootstrap.cratera | 7 |
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) |