summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-24 08:14:42 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-24 08:14:42 +0400
commit42eaee8dbcd1cfb922d94e974043d8d564dbd353 (patch)
tree3add5fa532d95f91e99d6681d277679b669b2f1e /bittorrent.cabal
parent04d1c3a35696ac79143cdbfd669008631f91512c (diff)
Add test suite configuration
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 0ccc5d97..e6a6db93 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -181,6 +181,8 @@ test-suite spec
181 hs-source-dirs: tests 181 hs-source-dirs: tests
182 main-is: Main.hs 182 main-is: Main.hs
183 other-modules: Spec 183 other-modules: Spec
184 Config
185
184 Data.Torrent.BitfieldSpec 186 Data.Torrent.BitfieldSpec
185 Data.Torrent.InfoHashSpec 187 Data.Torrent.InfoHashSpec
186 Data.Torrent.LayoutSpec 188 Data.Torrent.LayoutSpec