summaryrefslogtreecommitdiff
path: root/tests/Main.hs
blob: bc3f7809919e80dddf8f601a965b2a5484632ac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{-# LANGUAGE OverloadedStrings #-}
module Main (main) where

import Data.Word
import Test.Framework (defaultMain)
import Test.Framework.Providers.QuickCheck2 (testProperty)

import Encoding

import Data.Bitfield as BT
import Network.BitTorrent as BT

main :: IO ()
main = defaultMain []