mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Also set the moonpath for the automation tests
This commit is contained in:
parent
3785cbb3a6
commit
c23c3682aa
@ -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) == '.'
|
||||
|
Loading…
x
Reference in New Issue
Block a user