diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-14 21:00:50 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-14 21:00:50 +0400 |
commit | 40f95ab06298d1f9d5e0b5d07ca14b9f81264692 (patch) | |
tree | ae1a9cb16cccd787a60129a88ef87c1d3a701dc2 /bittorrent.cabal | |
parent | 7f263c7569e907dc46d5583ae751a446950b5fdb (diff) |
Add basic tests for storage
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index 2f83c77b..c1ffd12d 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -159,6 +159,7 @@ test-suite spec | |||
159 | Data.Torrent.LayoutSpec | 159 | Data.Torrent.LayoutSpec |
160 | Data.Torrent.MagnetSpec | 160 | Data.Torrent.MagnetSpec |
161 | Data.Torrent.MetainfoSpec | 161 | Data.Torrent.MetainfoSpec |
162 | Data.Torrent.PieceSpec | ||
162 | Data.Torrent.ProgressSpec | 163 | Data.Torrent.ProgressSpec |
163 | Network.BitTorrent.CoreSpec | 164 | Network.BitTorrent.CoreSpec |
164 | Network.BitTorrent.Core.PeerIdSpec | 165 | Network.BitTorrent.Core.PeerIdSpec |
@@ -168,6 +169,7 @@ test-suite spec | |||
168 | Network.BitTorrent.Tracker.RPC.HTTPSpec | 169 | Network.BitTorrent.Tracker.RPC.HTTPSpec |
169 | Network.BitTorrent.Tracker.RPC.UDPSpec | 170 | Network.BitTorrent.Tracker.RPC.UDPSpec |
170 | Network.BitTorrent.Exchange.MessageSpec | 171 | Network.BitTorrent.Exchange.MessageSpec |
172 | System.Torrent.StorageSpec | ||
171 | System.Torrent.FileMapSpec | 173 | System.Torrent.FileMapSpec |
172 | build-depends: base == 4.* | 174 | build-depends: base == 4.* |
173 | , bytestring | 175 | , bytestring |