]> Git — Sourcephile - majurity.git/blob - hjugement-protocol/tests/Main.hs
move to src/ and tests/
[majurity.git] / hjugement-protocol / tests / Main.hs
1 module Main where
2
3 import System.IO (IO)
4 import Data.Function (($))
5 import Test.Tasty
6 import HUnit
7
8 main :: IO ()
9 main =
10 defaultMain $
11 testGroup "Protocol"
12 [ hunits
13 ]