Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use findProgramLocation instead of findProgramOnPath in runtests.hs | David Waern | 2010-01-22 | 1 | -1/+1 |
| | |||||
* | Follow findProgramOnPath signature change in runtests.hs | David Waern | 2009-11-22 | 1 | -1/+1 |
| | |||||
* | Make runtests.hs strip links before diffing | David Waern | 2009-11-22 | 1 | -4/+9 |
| | | | | | Generates easier to read diffs when tests fail. The content of the links is not important anyway since it is not taken into account by the tests. | ||||
* | Update runtests.hs to work with GHC 6.11 | David Waern | 2009-09-11 | 1 | -3/+3 |
| | |||||
* | Use colordiff to display test results if available | David Waern | 2009-09-06 | 1 | -1/+11 |
| | |||||
* | Read process.haddock when running tests | David Waern | 2009-08-16 | 1 | -2/+4 |
| | |||||
* | Read base.haddock when running tests | David Waern | 2009-08-16 | 1 | -1/+8 |
| | | | | We can now test cross-package docs. | ||||
* | Clearer printing of versions by runtests.hs | David Waern | 2009-07-06 | 1 | -4/+10 |
| | |||||
* | Wibble | David Waern | 2009-07-06 | 1 | -4/+4 |
| | |||||
* | Wibble | David Waern | 2009-03-28 | 1 | -1/+1 |
| | |||||
* | HADDOCK_DATA_DIR changed to haddock_datadir | David Waern | 2008-11-23 | 1 | -3/+3 |
| | |||||
* | Output version info before running tests | David Waern | 2008-11-04 | 1 | -0/+2 |
| | |||||
* | 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 |