packages feed

treemap-2.4.0.20180213: test/Main.hs

module Main where

import Data.Function (($))
import System.IO (IO)
import Test.Tasty

import HUnit

main :: IO ()
main =
	defaultMain $
	testGroup "TreeMap"
	 [ hunits
	 ]