aboutsummaryrefslogtreecommitdiffstats
path: root/test/Test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Test.hs')
-rw-r--r--test/Test.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Test.hs b/test/Test.hs
index 389fdff..f2609ba 100644
--- a/test/Test.hs
+++ b/test/Test.hs
@@ -3,9 +3,9 @@ module Main where
import Property
import Test.Tasty
import Unit
-import VeriFuzz
tests :: TestTree
tests = testGroup "Tests" [unitTests, propertyTests]
+main :: IO ()
main = defaultMain tests