aboutsummaryrefslogtreecommitdiff
path: root/ox-arrays.cabal
diff options
context:
space:
mode:
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