diff --git a/moonscript-dev-1.rockspec b/moonscript-dev-1.rockspec index 3571adb..493e2d9 100644 --- a/moonscript-dev-1.rockspec +++ b/moonscript-dev-1.rockspec @@ -20,6 +20,10 @@ dependencies = { "luafilesystem >= 1.5" } +test_dependencies = { + "loadkit" +} + build = { type = "builtin", modules = { @@ -62,4 +66,3 @@ build = { bin = { "bin/moon", "bin/moonc" } } } -