packages feed

compdata-0.6: testsuite/tests/Data/Comp/Multi_Test.hs

module Data.Comp.Multi_Test where

import Test.Framework
import qualified Data.Comp.Multi.Variables_Test

--------------------------------------------------------------------------------
-- Test Suits
--------------------------------------------------------------------------------

main = defaultMain [tests]

tests = testGroup "Multi" [
         Data.Comp.Multi.Variables_Test.tests
       ]

--------------------------------------------------------------------------------
-- Properties
--------------------------------------------------------------------------------