summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent/CoreSpec.hs
blob: 1e1a21a17f6de17629d2df51967e07cb3d9d4e95 (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.PeerAddrSpec    as CoreSpec ()
import Network.BitTorrent.Core.NodeInfoSpec    as CoreSpec ()
import Network.BitTorrent.Core.PeerIdSpec      as CoreSpec ()

import Test.Hspec (Spec)

spec :: Spec
spec = return ()