aboutsummaryrefslogtreecommitdiff
path: root/chad-fast.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-02-23 23:39:35 +0100
committerTom Smeding <tom@tomsmeding.com>2026-02-23 23:39:35 +0100
commit216002a4dfac49755262a490b8407737ac0f472b (patch)
tree3400fcb5ccb0d158a7d07eb96896d5016a8c9a20 /chad-fast.cabal
parentf5b1b405fa4ba63bdffe0f2998f655f0b06534bf (diff)
WIP test that Sparse is a join-semilatticesparse-lattice-test
Diffstat (limited to 'chad-fast.cabal')
-rw-r--r--chad-fast.cabal8
1 files changed, 8 insertions, 0 deletions
diff --git a/chad-fast.cabal b/chad-fast.cabal
index 1eef3ed..e0464d8 100644
--- a/chad-fast.cabal
+++ b/chad-fast.cabal
@@ -112,6 +112,14 @@ test-suite test
default-language: Haskell2010
ghc-options: -Wall -threaded -rtsopts
+test-suite sparse-lattice
+ type: exitcode-stdio-1.0
+ main-is: SparseLattice.hs
+ build-depends: base, chad-fast, some
+ hs-source-dirs: misc
+ default-language: Haskell2010
+ ghc-options: -Wall -threaded
+
benchmark bench
type: exitcode-stdio-1.0
main-is: Main.hs