aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.hs
Commit message (Collapse)AuthorAgeFilesLines
* Follow findProgramOnPath signature change in runtests.hsDavid Waern2009-11-221-1/+1
|
* Make runtests.hs strip links before diffingDavid Waern2009-11-221-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.11David Waern2009-09-111-3/+3
|
* Use colordiff to display test results if availableDavid Waern2009-09-061-1/+11
|
* Read process.haddock when running testsDavid Waern2009-08-161-2/+4
|
* Read base.haddock when running testsDavid Waern2009-08-161-1/+8
| | | | We can now test cross-package docs.
* Clearer printing of versions by runtests.hsDavid Waern2009-07-061-4/+10
|
* WibbleDavid Waern2009-07-061-4/+4
|
* WibbleDavid Waern2009-03-281-1/+1
|
* HADDOCK_DATA_DIR changed to haddock_datadirDavid Waern2008-11-231-3/+3
|
* Output version info before running testsDavid Waern2008-11-041-0/+2
|
* Add "all" command to runtests.hs that runs all tests despite failuresDavid Waern2008-07-231-3/+4
|
* Run haddock in-place during testingDavid Waern2008-06-301-1/+5
|
* Use ghc-paths to get the lib dirDavid Waern2008-06-261-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 testsDavid Waern2008-04-121-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 warningsDavid Waern2008-04-111-1/+1
|
* Turn off GHC warnings when running testsDavid Waern2008-04-111-1/+1
|
* Use the in-place haddock when running testsDavid Waern2008-04-111-1/+1
|
* Give a diff on test failureDavid Waern2007-12-081-1/+2
|
* Update runtests.hs following changes to haddockDavid Waern2007-11-081-2/+2
|
* Add a simple test suiteDavid Waern2007-10-091-0/+66