summaryrefslogtreecommitdiff
path: root/tests/Tests/Old.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-07 22:21:09 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-07 22:25:06 -0700
commit10b662c1208ede66344e86bc07584c7efeb9ab2c (patch)
tree99c3f424c985735aada7001d61e605ee8f4932c9 /tests/Tests/Old.hs
parent94466c006005892dc177a8a0518ccf3c55b4e51b (diff)
EPUB test renaming.
Renamed epub test files so they're identified more clearly as epub: features.{epub,native} -> epub.features.{epub,native}, and similarly with formatting.{epub,native}. Added epub test files to cabal file, so they'll be included in the tarball.
Diffstat (limited to 'tests/Tests/Old.hs')
-rw-r--r--tests/Tests/Old.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs
index 9bcc37b57..03acf6b8c 100644
--- a/tests/Tests/Old.hs
+++ b/tests/Tests/Old.hs
@@ -147,9 +147,9 @@ tests = [ testGroup "markdown"
"txt2tags.t2t" "txt2tags.native" ]
, testGroup "epub" [
test "features" ["-r", "epub", "-w", "native"]
- "features.epub" "features.native"
+ "epub.features.epub" "epub.features.native"
, test "formatting" ["-r", "epub", "-w", "native"]
- "formatting.epub" "formatting.native"
+ "epub.formatting.epub" "epub.formatting.native"
]
, testGroup "other writers" $ map (\f -> testGroup f $ writerTests f)
[ "opendocument" , "context" , "texinfo", "icml"