From 0ae2c1f14667fed9928c8bb9c0c731a3b85afea3 Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Wed, 30 Jul 2014 00:58:39 +0100 Subject: EPUB Reader: Added tests --- tests/Tests/Old.hs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests/Tests') diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs index 2216ccca7..9bcc37b57 100644 --- a/tests/Tests/Old.hs +++ b/tests/Tests/Old.hs @@ -144,7 +144,12 @@ tests = [ testGroup "markdown" ] , testGroup "txt2tags" [ test "reader" ["-r", "t2t", "-w", "native"] - "txt2tags.t2t" "txt2tags.native" + "txt2tags.t2t" "txt2tags.native" ] + , testGroup "epub" [ + test "features" ["-r", "epub", "-w", "native"] + "features.epub" "features.native" + , test "formatting" ["-r", "epub", "-w", "native"] + "formatting.epub" "formatting.native" ] , testGroup "other writers" $ map (\f -> testGroup f $ writerTests f) [ "opendocument" , "context" , "texinfo", "icml" -- cgit v1.2.3