summaryrefslogtreecommitdiff
path: root/test/Tests/Lua/Module.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests/Lua/Module.hs')
-rw-r--r--test/Tests/Lua/Module.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Tests/Lua/Module.hs b/test/Tests/Lua/Module.hs
index 3d3b5233b..2f1a54e5c 100644
--- a/test/Tests/Lua/Module.hs
+++ b/test/Tests/Lua/Module.hs
@@ -31,6 +31,8 @@ tests =
("lua" </> "module" </> "pandoc-types.lua")
, testPandocLua "pandoc.utils"
("lua" </> "module" </> "pandoc-utils.lua")
+ , testPandocLua "globals"
+ ("lua" </> "module" </> "globals.lua")
]
testPandocLua :: TestName -> FilePath -> TestTree