summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-05 03:11:04 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-05 03:11:04 +0400
commit87fbd7e8fa186e57b002eab6b2fad335c118616b (patch)
tree710fcf49bf9f1f25ee482fe5dfe1f7875828d25e /tests
parent4fb1441b9921c3f21f303a51555969acb7b95f00 (diff)
Add CoreSpec module
Diffstat (limited to 'tests')
-rw-r--r--tests/Network/BitTorrent/CoreSpec.hs8
1 files changed, 8 insertions, 0 deletions
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 @@
1-- | Re-export modules.
2module Network.BitTorrent.CoreSpec (spec) where
3import Network.BitTorrent.Core.PeerIdSpec as CoreSpec ()
4
5import Test.Hspec (Spec)
6
7spec :: Spec
8spec = return () \ No newline at end of file