[Haskell-cafe] Re: HUnit

Stefan Wehr mail at stefanwehr.de
Thu Feb 2 03:16:32 EST 2006


Matt Roberts <mattr at ics.mq.edu.au> wrote::

> I am in love with HUnit and QuickCheck.  However, I am missing one  
> important functionality
>
> I want to call a command line program that will search all the .hs  
> files I have in a particular directory, pull out all HUnit test  
> (based on what they are called, or perhaps their type signature) and  
> run them all.

You could use the Haskell testing framework
(http://www.informatik.uni-freiburg.de/~wehr/haskell/). It's not
really polished (e.g., there is no documentation) but it should do the
job.

Stefa



More information about the Haskell-Cafe mailing list