packages feed

compdata-0.1: testsuite/tests/Data_Test.hs

module Main where

import Test.Framework
import qualified Data.Comp_Test

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

main = defaultMain [tests]

tests = testGroup "Data" [
         Data.Comp_Test.tests
       ]

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