diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-05-24 09:38:12 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-05-24 09:38:12 +0200 |
commit | 7afc48ac656162972f780740c675d87d15b2fe1d (patch) | |
tree | 1c369812da61680e88ae527e6c259d9327ae71a2 /ox-arrays.cabal | |
parent | 97ea9bbf91c2e42718b734b4c025eb101ea8218d (diff) |
Test C sum with random inputs
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r-- | ox-arrays.cabal | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal index 94a4529..1eea23d 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -34,11 +34,14 @@ test-suite test build-depends: ox-arrays, base, + bytestring, ghc-typelits-knownnat, hedgehog, orthotope, + random, tasty, - tasty-hedgehog + tasty-hedgehog, + vector hs-source-dirs: test default-language: Haskell2010 ghc-options: -Wall |