diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-08-07 22:21:09 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-08-07 22:25:06 -0700 |
commit | 10b662c1208ede66344e86bc07584c7efeb9ab2c (patch) | |
tree | 99c3f424c985735aada7001d61e605ee8f4932c9 /tests/Tests | |
parent | 94466c006005892dc177a8a0518ccf3c55b4e51b (diff) | |
download | pandoc-10b662c1208ede66344e86bc07584c7efeb9ab2c.tar.gz |
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')
-rw-r--r-- | tests/Tests/Old.hs | 4 |
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" |