aboutsummaryrefslogtreecommitdiff
path: root/sharing-recovery.cabal
diff options
context:
space:
mode:
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