From 69fb7168a4c93b427ffc276f5e189d0dd411d327 Mon Sep 17 00:00:00 2001 From: David Cruz Date: Thu, 17 Sep 2026 13:37:19 -0700 Subject: [PATCH] test: add loadkit as explicit test dependency This fixes running tests with lde by making it clear the rockspec needs the library. --- moonscript-dev-1.rockspec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" } } } -