diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-05 03:11:04 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-05 03:11:04 +0400 |
commit | 87fbd7e8fa186e57b002eab6b2fad335c118616b (patch) | |
tree | 710fcf49bf9f1f25ee482fe5dfe1f7875828d25e /tests/Network/BitTorrent | |
parent | 4fb1441b9921c3f21f303a51555969acb7b95f00 (diff) |
Add CoreSpec module
Diffstat (limited to 'tests/Network/BitTorrent')
-rw-r--r-- | tests/Network/BitTorrent/CoreSpec.hs | 8 |
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. | ||
2 | module Network.BitTorrent.CoreSpec (spec) where | ||
3 | import Network.BitTorrent.Core.PeerIdSpec as CoreSpec () | ||
4 | |||
5 | import Test.Hspec (Spec) | ||
6 | |||
7 | spec :: Spec | ||
8 | spec = return () \ No newline at end of file | ||