David Himmelstrup wrote:
Thu Mar  9 18:05:14 PST 2006  Lemmih <[EMAIL PROTECTED]>
  * Initial foundation for quickcheck tests.
I have no idea how to use the testsuite so I'll start
  making QuickCheck tests instead.
  I've included tests for 'HeaderInfo.getOptions'.
A ./ghc/quickcheck/
    A ./ghc/quickcheck/HeaderInfoTests.hs
    A ./ghc/quickcheck/README
    A ./ghc/quickcheck/RunTests.hs
    A ./ghc/quickcheck/run.sh

Having no idea how to use the testsuite is not an excuse for not using it! There's a pretty good README. We don't need another place for putting tests, and quickcheck tests work fine in the testsuite (there are already some).

I recently put some effort into making the testsuite run fast, so now 'make fast' in testsuite/tests/ghc-regress takes less than 5 minutes on a decent machine.

Putting tests in the testsuite ensures they get run every night, and get included in the summary, etc. etc.

Cheers,
        Simon
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to