From c23c3682aa10a818d1115d65dcce0517d5b80cd1 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Sat, 4 May 2013 06:26:14 -0700 Subject: [PATCH] Also set the moonpath for the automation tests --- aegisub/automation/tests/runner.moon | 1 + 1 file changed, 1 insertion(+) diff --git a/aegisub/automation/tests/runner.moon b/aegisub/automation/tests/runner.moon index 8af7b1a01..4c2c979e2 100644 --- a/aegisub/automation/tests/runner.moon +++ b/aegisub/automation/tests/runner.moon @@ -16,6 +16,7 @@ require 'lunatest' require 'lfs' package.path ..= 'include/?.lua;' +package.moonpath ..= 'include/?.moon;' for file in lfs.dir 'tests/modules' require "tests.modules.#{file\gsub '\.[^.]+$', ''}" unless file\sub(1, 1) == '.'