]> Git — Sourcephile - haskell/treemap.git/blob - test/HUnit.hs
Massage test/.
[haskell/treemap.git] / test / HUnit.hs
1 module HUnit where
2
3 import Test.Tasty
4 import qualified HUnit.Strict as Strict
5
6 hunits :: TestTree
7 hunits =
8 testGroup "HUnit"
9 [ Strict.hunits
10 ]