File: HUnitTest98.lhs

package info (click to toggle)
hunit 1.0-8
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 172 kB
  • ctags: 15
  • sloc: haskell: 577; makefile: 74
file content (11 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
HUnitTest98.lhs  --  test for HUnit, using Haskell language system "98"

$Id: HUnitTest98.lhs,v 1.1 2002/02/19 17:12:14 heringto Exp $

> module Main (main) where

> import HUnit
> import HUnitTestBase


> main = runTestTT (test [baseTests])