diff options
Diffstat (limited to 'tests/test-pandoc.hs')
-rw-r--r-- | tests/test-pandoc.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-pandoc.hs b/tests/test-pandoc.hs index 24b7a8261..67ca5eae2 100644 --- a/tests/test-pandoc.hs +++ b/tests/test-pandoc.hs @@ -14,11 +14,13 @@ import qualified Tests.Writers.HTML import qualified Tests.Writers.Native import qualified Tests.Writers.Markdown import qualified Tests.Shared +import qualified Tests.Walk import Text.Pandoc.Shared (inDirectory) tests :: [Test] tests = [ testGroup "Old" Tests.Old.tests , testGroup "Shared" Tests.Shared.tests + , testGroup "Walk" Tests.Walk.tests , testGroup "Writers" [ testGroup "Native" Tests.Writers.Native.tests , testGroup "ConTeXt" Tests.Writers.ConTeXt.tests |