diff options
| author | John MacFarlane <[email protected]> | 2023-06-23 10:36:33 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-06-23 10:36:33 -0700 |
| commit | fe62da61dfd33e6b4c0c03895c528a47a0405bf7 (patch) | |
| tree | bb045564abc5c6e081d3e0306153cf53fcca5114 /test/test-pandoc.hs | |
| parent | df4f13b262f7be5863042f8a5a1c365282c81f07 (diff) | |
Add tests for fillMediaBag/extractMedia.
Diffstat (limited to 'test/test-pandoc.hs')
| -rw-r--r-- | test/test-pandoc.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-pandoc.hs b/test/test-pandoc.hs index b1f4d9134..d8c78276b 100644 --- a/test/test-pandoc.hs +++ b/test/test-pandoc.hs @@ -50,6 +50,7 @@ import qualified Tests.Writers.RST import qualified Tests.Writers.AnnotatedTable import qualified Tests.Writers.TEI import qualified Tests.Writers.Markua +import qualified Tests.MediaBag import Text.Pandoc.Shared (inDirectory) tests :: FilePath -> TestTree @@ -57,6 +58,7 @@ tests pandocPath = testGroup "pandoc tests" [ Tests.Command.tests , testGroup "Old" (Tests.Old.tests pandocPath) , testGroup "Shared" Tests.Shared.tests + , testGroup "MediaBag" Tests.MediaBag.tests , testGroup "Writers" [ testGroup "Native" Tests.Writers.Native.tests , testGroup "ConTeXt" Tests.Writers.ConTeXt.tests |
