From 515d6b6c7d90e1ff44e791421066450cf4322b47 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 10 Nov 2010 10:49:35 -0400 Subject: Avoid using runghc to run test suite as it is not available on all architectures. Closes: #603006 --- test.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test.hs') diff --git a/test.hs b/test.hs index 288532d7b..2faf579a2 100644 --- a/test.hs +++ b/test.hs @@ -1,15 +1,16 @@ -- TODO find a test harness that is actually in Debian and use it. -import Test.QuickCheck import Test.HUnit import Test.HUnit.Tools import GitRepo import Locations +alltests :: [Test] alltests = [ qctest "prop_idempotent_deencode" prop_idempotent_deencode, qctest "prop_idempotent_fileKey" prop_idempotent_fileKey ] +main :: IO (Counts, Int) main = runVerboseTests (TestList alltests) -- cgit v1.2.3