Initial Import
[glAntsMech.git] / octanemech / src / HUnit / README
blobba7612af200d082780ccefa1b866cd8e4a652b68
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:
8   * README      -- this file
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.