From 2ef5f573f15ff2406b568b7bae79d0cf52eecc4b Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Thu, 23 May 2024 23:13:02 +0200 Subject: WIP testing --- ox-arrays.cabal | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ox-arrays.cabal') 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 -- cgit v1.2.3-70-g09d2