summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent/CoreSpec.hs
blob: 917ed5f5481f80fd5c282d552985ab175a3cb3da (plain)
1
2
3
4
5
6
7
8
-- | Re-export modules.
module Network.BitTorrent.CoreSpec (spec) where
import Network.BitTorrent.Core.PeerIdSpec as CoreSpec ()

import Test.Hspec (Spec)

spec :: Spec
spec = return ()