aboutsummaryrefslogtreecommitdiff
path: root/sharing-recovery.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-10-03 23:05:46 +0200
committerTom Smeding <tom@tomsmeding.com>2025-10-03 23:05:46 +0200
commit8bcf09ed30595c7ffcdc41211a53046fefa35a44 (patch)
treeb3ad3b25bf198083d5ebd7a94fbbb0373edc3511 /sharing-recovery.cabal
parent4772025626d78127536c341c38052d23ca953ae3 (diff)
Add a test
Old code
Diffstat (limited to 'sharing-recovery.cabal')
-rw-r--r--sharing-recovery.cabal11
1 files changed, 11 insertions, 0 deletions
diff --git a/sharing-recovery.cabal b/sharing-recovery.cabal
index 42f233c..162328d 100644
--- a/sharing-recovery.cabal
+++ b/sharing-recovery.cabal
@@ -21,6 +21,17 @@ library
default-language: Haskell2010
ghc-options: -Wall
+test-suite test
+ type: exitcode-stdio-1.0
+ main-is: Main.hs
+ other-modules:
+ hs-source-dirs: test
+ build-depends:
+ sharing-recovery,
+ base
+ default-language: Haskell2010
+ ghc-options: -Wall
+
test-suite test-th
type: exitcode-stdio-1.0
main-is: Main.hs