summaryrefslogtreecommitdiff
path: root/Day11/Day11.cabal
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2023-01-05 15:37:25 +0100
committerAndreas Grois <andi@grois.info>2023-01-05 15:37:25 +0100
commit48fee71319b45f70d2cc807c744dc9fe79fabcfe (patch)
tree984ccf546ff208a840b9ff43d78653c08f2cce13 /Day11/Day11.cabal
parentb73e98202ead097348472a3ad2bed4923b5f8f67 (diff)
Day11, MonkeyBrain, kinda finished.
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