Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add "all" command to runtests.hs that runs all tests despite failures | David Waern | 2008-07-23 | 1 | -3/+4 |
| | |||||
* | Run haddock in-place during testing | David Waern | 2008-06-30 | 1 | -1/+5 |
| | |||||
* | Use ghc-paths to get the lib dir | David Waern | 2008-06-26 | 1 | -6/+3 |
| | | | | | The path can still be overridden using the -B flag. It's not longer required to pass the lib dir to the program that runs the test suite. | ||||
* | Simplify test suite and add tests | David Waern | 2008-04-12 | 1 | -25/+11 |
| | | | | | I move all tests into one single directory to simplify things, and add a test for the last bug that was fixed. | ||||
* | Add a flag for turning off all warnings | David Waern | 2008-04-11 | 1 | -1/+1 |
| | |||||
* | Turn off GHC warnings when running tests | David Waern | 2008-04-11 | 1 | -1/+1 |
| | |||||
* | Use the in-place haddock when running tests | David Waern | 2008-04-11 | 1 | -1/+1 |
| | |||||
* | Give a diff on test failure | David Waern | 2007-12-08 | 1 | -1/+2 |
| | |||||
* | Update runtests.hs following changes to haddock | David Waern | 2007-11-08 | 1 | -2/+2 |
| | |||||
* | Add a simple test suite | David Waern | 2007-10-09 | 1 | -0/+66 |