summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pandoc.cabal2
-rw-r--r--tests/test-pandoc.hs (renamed from src/test-pandoc.hs)0
2 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index bb9a3e323..1a3dd8506 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -289,7 +289,7 @@ Executable markdown2pdf
Buildable: False
Executable test-pandoc
- Hs-Source-Dirs: src
+ Hs-Source-Dirs: tests, src
Main-Is: test-pandoc.hs
if !flag(tests)
Buildable: False
diff --git a/src/test-pandoc.hs b/tests/test-pandoc.hs
index 78b2b8e4f..78b2b8e4f 100644
--- a/src/test-pandoc.hs
+++ b/tests/test-pandoc.hs