summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent/CoreSpec.hs
blob: 460c52be626c7febe4d508f2c22c1a22c31e0da9 (plain)
1
2
3
4
5
6
7
8
9
10
11
-- | Re-export modules.
module Network.BitTorrent.CoreSpec (spec) where
import Network.BitTorrent.Core.FingerprintSpec as CoreSpec ()
import Network.BitTorrent.Core.NodeInfoSpec    as CoreSpec ()
import Network.BitTorrent.Core.PeerIdSpec      as CoreSpec ()
import Network.BitTorrent.Core.PeerAddrSpec    as CoreSpec ()

import Test.Hspec (Spec)

spec :: Spec
spec = return ()