packages feed

treemap-2.4.0.20180213: test/HUnit.hs

module HUnit where

import Test.Tasty
import qualified HUnit.Strict as Strict

hunits :: TestTree
hunits =
	testGroup "HUnit"
	 [ Strict.hunits
	 ]