summaryrefslogtreecommitdiff
path: root/test/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Main.hs')
-rw-r--r--test/Main.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Main.hs b/test/Main.hs
index 8847a07..907bbdd 100644
--- a/test/Main.hs
+++ b/test/Main.hs
@@ -3,8 +3,10 @@ module Main (main) where
import Test.Tasty
import qualified MindTest
+import qualified GenomeTest
main :: IO ()
main = defaultMain $ testGroup "all tests" $
[ MindTest.suite
+ , GenomeTest.suite
]