aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.hs
Commit message (Collapse)AuthorAgeFilesLines
* Re-organise the testsuite structureDavid Waern2010-05-111-114/+0
|
* Add ghc-prim to test suite depsDavid Waern2010-04-081-1/+2
|
* Make it easier to add new package deps to test suiteDavid Waern2010-04-081-4/+9
| | | | This is a hack - we should use Cabal to get the package details instead.
* Make runtests.hs slightly more readableDavid Waern2010-04-071-36/+48
|
* Let runtests.hs die when haddock has not been builtDavid Waern2010-04-071-0/+4
|
* First, experimental XHTML renderingMark Lentczner2010-03-201-3/+3
| | | | | | | | | | | | | | | | | | switch to using the xhtml package copied Html.hs to Xhtml.hs and split into sub-modules under Haddock/Backends/Xhtml and detabify moved footer into div, got ready for iface change headers converted to semantic markup contents in semantic markup summary as semantic markup description in semantic markup, info block in header fixed factored out rendering so during debug it can be readable (see renderToString)
* Make it possible to run a single testdavid.waern2010-02-251-1/+6
|
* Large additions to the Haddock APIdavid.waern2010-02-241-2/+2
| | | | Also improved and added more doc comments.
* Use findProgramLocation instead of findProgramOnPath in runtests.hsDavid Waern2010-01-221-1/+1
|
* 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