From 10b662c1208ede66344e86bc07584c7efeb9ab2c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 7 Aug 2014 22:21:09 -0700 Subject: 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. --- tests/Tests/Old.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Tests') 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" -- cgit v1.2.3