summaryrefslogtreecommitdiff
path: root/source/Test/All.hs
diff options
context:
space:
mode:
Diffstat (limited to 'source/Test/All.hs')
-rw-r--r--source/Test/All.hs14
1 files changed, 0 insertions, 14 deletions
diff --git a/source/Test/All.hs b/source/Test/All.hs
deleted file mode 100644
index 7fb5bd3..0000000
--- a/source/Test/All.hs
+++ /dev/null
@@ -1,14 +0,0 @@
-module Test.All where
-
-
-import Base
-import Test.Golden
-import Test.Unit
-import Test.Tasty
-
-
-runTests :: IO ()
-runTests = defaultMain =<< tests
-
-tests :: IO TestTree
-tests = testGroup "all tests" <$> sequence [goldenTests, return unitTests]