aboutsummaryrefslogtreecommitdiff
path: root/tests/Main.hs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-10-13 18:39:42 +0100
committerAkshay <[email protected]>2020-10-13 18:39:42 +0100
commit8b08ea946d1fc73d8363efb633b8063f750520bf (patch)
treec4b0db535597f25f3750628725fd03f43ac59dab /tests/Main.hs
parentf943fc17e5f80f92d20c86de5ea499bbfbe0cd75 (diff)
rework test suite
Diffstat (limited to 'tests/Main.hs')
-rw-r--r--tests/Main.hs4
1 files changed, 1 insertions, 3 deletions
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 @@
1module Main where 1module Main where
2 2
3import Properties 3import Properties
4import Test.Framework.Providers.QuickCheck2
5import Test.Framework.Runners.Console (defaultMain)
6import Test.QuickCheck 4import Test.QuickCheck
7 5
8main = defaultMain [ Properties.tests ] 6main = tests