summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Gass <gass@search.ch>2011-01-11 21:49:49 +0100
committerNathan Gass <gass@search.ch>2011-01-11 21:49:49 +0100
commite8fa72c6a7c40f21ad31998acd4da769e8b5f41c (patch)
tree7d8229ee65600b618ae999a09c294a194ac80d6e
parentf3ee73607fd33a4ea6292ca02ba195ede075278b (diff)
Moved test-pandoc.hs to tests directory.
-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