From a506d45e16922bbda123f92dad55959694ccc2df Mon Sep 17 00:00:00 2001 From: sanine Date: Wed, 29 Nov 2023 02:59:51 -0600 Subject: implement individual gene mutation functions --- test/Main.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/Main.hs') 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 ] -- cgit v1.2.1