From 87fbd7e8fa186e57b002eab6b2fad335c118616b Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Thu, 5 Dec 2013 03:11:04 +0400 Subject: Add CoreSpec module --- tests/Network/BitTorrent/CoreSpec.hs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/Network/BitTorrent/CoreSpec.hs (limited to 'tests') diff --git a/tests/Network/BitTorrent/CoreSpec.hs b/tests/Network/BitTorrent/CoreSpec.hs new file mode 100644 index 00000000..917ed5f5 --- /dev/null +++ b/tests/Network/BitTorrent/CoreSpec.hs @@ -0,0 +1,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 () \ No newline at end of file -- cgit v1.2.3