diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-05-28 21:46:34 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-05-28 21:51:22 +0200 |
commit | d8e2fcf4ea979fe272db48fc2889f4c2636c50d7 (patch) | |
tree | 64dcb00c9c61ad57177db5ec01c189d74dbc2d4a /ox-arrays.cabal | |
parent | 5a802da40e5836ee19d46b9a2c771912dbff010e (diff) |
Reorganise test files
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r-- | ox-arrays.cabal | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal index d0aed82..e53815e 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -35,6 +35,10 @@ library test-suite test type: exitcode-stdio-1.0 main-is: Main.hs + other-modules: + Gen + Tests.C + Util build-depends: ox-arrays, base, |