aboutsummaryrefslogtreecommitdiff
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 baa81f4f0..8fc5965e0 100644
--- a/test/Tests/Lua/Module.hs
+++ b/test/Tests/Lua/Module.hs
@@ -21,6 +21,8 @@ tests :: [TestTree]
tests =
[ testPandocLua "pandoc"
("lua" </> "module" </> "pandoc.lua")
+ , testPandocLua "pandoc.List"
+ ("lua" </> "module" </> "pandoc-list.lua")
, testPandocLua "pandoc.mediabag"
("lua" </> "module" </> "pandoc-mediabag.lua")
, testPandocLua "pandoc.types"