summaryrefslogtreecommitdiff
path: root/source/Test/All.hs
diff options
context:
space:
mode:
authoradelon <22380201+adelon@users.noreply.github.com>2026-08-06 17:54:00 +0200
committeradelon <22380201+adelon@users.noreply.github.com>2026-08-06 17:54:00 +0200
commit82328890108bae64b372b8d58620ebc62699de76 (patch)
tree575404c6b425c19259c0ded296f1c8ffb7ff0e2b /source/Test/All.hs
parent1a25421c2a168d420581358c8733fcd8f36f379b (diff)
Migrate to `Felix` namespaceHEADhotg
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]