aboutsummaryrefslogtreecommitdiff
path: root/ox-arrays.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-05-23 23:13:02 +0200
committerTom Smeding <tom@tomsmeding.com>2024-05-23 23:13:02 +0200
commit2ef5f573f15ff2406b568b7bae79d0cf52eecc4b (patch)
tree3124e68d0fbcbcac791b2367694c0a2188cc51d8 /ox-arrays.cabal
parent6a8520f957531bd0e41bd8adde9dedbf1cc916be (diff)
WIP testing
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r--ox-arrays.cabal15
1 files changed, 15 insertions, 0 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal
index 3f4fa5b..94a4529 100644
--- a/ox-arrays.cabal
+++ b/ox-arrays.cabal
@@ -28,6 +28,21 @@ library
ghc-options: -Wall
other-extensions: TemplateHaskell
+test-suite test
+ type: exitcode-stdio-1.0
+ main-is: Main.hs
+ build-depends:
+ ox-arrays,
+ base,
+ ghc-typelits-knownnat,
+ hedgehog,
+ orthotope,
+ tasty,
+ tasty-hedgehog
+ hs-source-dirs: test
+ default-language: Haskell2010
+ ghc-options: -Wall
+
test-suite example
type: exitcode-stdio-1.0
main-is: Main.hs