packages feed

cflp-0.1: Test.lhs

% Testing the `cflp` Package
% Sebastian Fischer (sebf@informatik.uni-kiel.de)
% November, 2008

This module is used in the hook that runs the tests for the `cflp`
package.

> import Test.HUnit
> import Control.CFLP.Tests.CallTimeChoice as CTC
>
> main :: IO ()
> main = do
>  runTestTT $ test [CTC.tests]
>  return ()