aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Test.hs')
-rw-r--r--tests/Test.hs11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/Test.hs b/tests/Test.hs
deleted file mode 100644
index 08a4799..0000000
--- a/tests/Test.hs
+++ /dev/null
@@ -1,11 +0,0 @@
-module Main where
-
-import Property
-import Test.Tasty
-import Test.VeriFuzz
-import Unit
-
-tests :: TestTree
-tests = testGroup "Tests" [unitTests, propertyTests]
-
-main = defaultMain tests