From 8b08ea946d1fc73d8363efb633b8063f750520bf Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 13 Oct 2020 23:09:42 +0530 Subject: rework test suite --- tests/Main.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/Main.hs') diff --git a/tests/Main.hs b/tests/Main.hs index a05ddb1..c4e0d9b 100644 --- a/tests/Main.hs +++ b/tests/Main.hs @@ -1,8 +1,6 @@ module Main where import Properties -import Test.Framework.Providers.QuickCheck2 -import Test.Framework.Runners.Console (defaultMain) import Test.QuickCheck -main = defaultMain [ Properties.tests ] +main = tests -- cgit v1.2.3