1 HUnit is a unit testing framework for Haskell, inspired by the JUnit
2 tool for Java. HUnit is free software; see its "License" file for
3 details. HUnit is available at <http://hunit.sourceforge.net>.
5 HUnit 1.0 consists of a number of files. Besides Haskell source files
6 (whose names end in ".hs" or ".lhs"), these files include:
9 * Guide.html -- user's guide, in HTML format
10 * License -- license for use of HUnit
12 See the user's guide for more information.