aboutsummaryrefslogtreecommitdiff
path: root/btls.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'btls.cabal')
-rw-r--r--btls.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/btls.cabal b/btls.cabal
index d0c4442..1ff34f0 100644
--- a/btls.cabal
+++ b/btls.cabal
@@ -125,7 +125,8 @@ test-suite tests
-threaded
-optl-Wl,-z,relro -optl-Wl,-z,now -optl-Wl,-s
main-is: Tests.hs
- other-modules: Codec.Crypto.HKDFTests
+ other-modules: BTLS.Assertions
+ , Codec.Crypto.HKDFTests
, Data.DigestTests
, Data.Digest.HashTests
, Data.Digest.MD5Tests