From c0700987ba30de0cd7aa697da144eb19a58147ab Mon Sep 17 00:00:00 2001 From: Nathan Gass Date: Tue, 4 Jan 2011 01:00:01 +0100 Subject: Changed test-pandoc to use test-framework and HUnit. --- Setup.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Setup.hs') diff --git a/Setup.hs b/Setup.hs index b68435216..432746070 100644 --- a/Setup.hs +++ b/Setup.hs @@ -46,7 +46,7 @@ runTestSuite _ _ pkg lbi = do let isHighlightingKate (Dependency (PackageName "highlighting-kate") _) = True isHighlightingKate _ = False let highlightingSupport = any isHighlightingKate $ buildDepends pkg - let testArgs = ["lhs" | highlightingSupport] + let testArgs = if highlightingSupport then [] else ["-t", "!lhs"] inDirectory "tests" $ rawSystem (testDir' "test-pandoc") testArgs >>= exitWith else do -- cgit v1.2.3