
2 Feb
2006
2 Feb
'06
3:16 a.m.
Matt Roberts
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