]> Git — Sourcephile - haskell/treemap.git/blob - test/Main.hs
Massage test/.
[haskell/treemap.git] / test / Main.hs
1 module Main where
2
3 import Data.Function (($))
4 import System.IO (IO)
5 import Test.Tasty
6
7 import HUnit
8
9 main :: IO ()
10 main =
11 defaultMain $
12 testGroup "TreeMap"
13 [ hunits
14 ]