Unit-testing of GHC code
Simon Peyton-Jones
simonpj at microsoft.com
Wed Jul 31 18:39:27 CEST 2013
If you can make tests for some particular part of GHC, go right ahead. I don't really know how to test the whole of GHC using Quickcheck
Simon
| -----Original Message-----
| From: ghc-devs [mailto:ghc-devs-bounces at haskell.org] On Behalf Of Jan Stolarek
| Sent: 30 July 2013 16:28
| To: ghc-devs
| Subject: Unit-testing of GHC code
|
| I spent whole day looking for a bug that lurks somewhere in my code, but I know I
| could find it in 2-3 hours if I only could write unit tests for my code. So the
| question is: how can I write HUnit and QuickCheck (and maybe SmallCheck) tests
| for GHC and possibly make them a part of testsuite?
|
| Janek
|
| _______________________________________________
| ghc-devs mailing list
| ghc-devs at haskell.org
| http://www.haskell.org/mailman/listinfo/ghc-devs
More information about the ghc-devs
mailing list