summaryrefslogtreecommitdiff
path: root/Day11/Day11.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'Day11/Day11.cabal')
-rw-r--r--Day11/Day11.cabal11
1 files changed, 11 insertions, 0 deletions
diff --git a/Day11/Day11.cabal b/Day11/Day11.cabal
index da1d855..c31d975 100644
--- a/Day11/Day11.cabal
+++ b/Day11/Day11.cabal
@@ -32,3 +32,14 @@ executable Day11
build-depends: base ^>=4.16.3.0
hs-source-dirs: app
default-language: Haskell2010
+
+Test-Suite MonkeyBrainTests
+ type: exitcode-stdio-1.0
+ hs-source-dirs: app, tests
+ main-is: MonkeyBrain-Tests.hs
+ other-modules: MonkeyBrain
+ build-depends: base,
+ test-framework,
+ test-framework-hunit,
+ HUnit
+ default-language: Haskell2010 \ No newline at end of file