diff options
Diffstat (limited to 'tests/Tests')
-rw-r--r-- | tests/Tests/Old.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs index 03acf6b8c..7278ec720 100644 --- a/tests/Tests/Old.hs +++ b/tests/Tests/Old.hs @@ -148,6 +148,8 @@ tests = [ testGroup "markdown" , testGroup "epub" [ test "features" ["-r", "epub", "-w", "native"] "epub.features.epub" "epub.features.native" + , test "wasteland" ["-r", "epub", "-w", "native"] + "epub.wasteland.epub" "epub.wasteland.native" , test "formatting" ["-r", "epub", "-w", "native"] "epub.formatting.epub" "epub.formatting.native" ] |