From f7222370afd50f6ea65f199fd8e4f03101ec8ff4 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Thu, 30 May 2019 08:44:40 +0200 Subject: Lua modules: test pandoc.mediabag --- test/Tests/Lua/Module.hs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'test/Tests/Lua') diff --git a/test/Tests/Lua/Module.hs b/test/Tests/Lua/Module.hs index 324acce04..baa81f4f0 100644 --- a/test/Tests/Lua/Module.hs +++ b/test/Tests/Lua/Module.hs @@ -19,9 +19,14 @@ import Tests.Lua (runLuaTest) tests :: [TestTree] tests = - [ testPandocLua "pandoc" ("lua" "module" "pandoc.lua") - , testPandocLua "pandoc.types" ("lua" "module" "pandoc-types.lua") - , testPandocLua "pandoc.util" ("lua" "module" "pandoc-utils.lua") + [ testPandocLua "pandoc" + ("lua" "module" "pandoc.lua") + , testPandocLua "pandoc.mediabag" + ("lua" "module" "pandoc-mediabag.lua") + , testPandocLua "pandoc.types" + ("lua" "module" "pandoc-types.lua") + , testPandocLua "pandoc.util" + ("lua" "module" "pandoc-utils.lua") ] testPandocLua :: TestName -> FilePath -> TestTree -- cgit v1.2.3