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