From 587cbadb3e6388c29454ab41c120757f108918fa Mon Sep 17 00:00:00 2001 From: sanine Date: Wed, 29 Nov 2023 20:48:46 -0600 Subject: implement updateLattice --- 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 907bbdd..24666a6 100644 --- a/test/Main.hs +++ b/test/Main.hs @@ -4,9 +4,11 @@ import Test.Tasty import qualified MindTest import qualified GenomeTest +import qualified LatticeTest main :: IO () main = defaultMain $ testGroup "all tests" $ [ MindTest.suite , GenomeTest.suite + , LatticeTest.suite ] -- cgit v1.2.1