summaryrefslogtreecommitdiff
path: root/validate
Commit message (Expand)AuthorAgeFilesLines
* Change how we know whether or not we are validatingIan Lynagh2008-08-171-2/+4
* Ooops; lack of mk/confi.mk doesn't mean validate shouldn't run configure!Ian Lynagh2008-08-061-2/+4
* Don't boot/configure if we are validating --no-cleanIan Lynagh2008-08-041-16/+16
* Add a comment in validate saying where the hpc HTML is putIan Lynagh2008-07-071-0/+1
* Add --slow (and --fast) options to validateIan Lynagh2008-07-011-11/+17
* Make a "validate --hpc"; shows how much of the compiler the testsuite testsIan Lynagh2008-07-011-1/+29
* Tell the testsuite how many threads we want it to use when validatingIan Lynagh2008-06-111-2/+1
* When validating, configure with "--prefix=`pwd`/inst"Ian Lynagh2008-05-021-1/+1
* Fix typoIan Lynagh2008-03-021-4/+4
* Add comments explaining flagssimonpj@microsoft.com2008-02-281-0/+6
* Allow skipping "make clean" or only re-running the testsuite in validateIan Lynagh2008-02-101-22/+57
* Build settings for validation are now in mk/validate-settings.mkIan Lynagh2007-09-051-17/+2
* Fix and supress some warnings, and turn on -Werror when validatingIan Lynagh2007-09-021-3/+5
* fix typoSimon Marlow2007-08-241-1/+1
* Check haddocking works when validatingIan Lynagh2007-08-241-2/+3
* #1559 is worked around elsewhere, so validate no longer needs toIan Lynagh2007-07-301-6/+2
* Use "set -e" in validate, so "sh validate" still has it setIan Lynagh2007-07-291-1/+3
* make validate work on WindowsSimon Marlow2007-07-251-3/+21
* Check for framework failures and unexpected passes in validateIan Lynagh2007-07-221-2/+6
* Use CLEANUP=1 when running the testsuite from validateIan Lynagh2007-07-221-1/+1
* allow build settings to be overriden by adding mk/validate.mkSimon Marlow2007-07-071-0/+6
* Add first cut of the validate scriptSimon Marlow2007-07-041-0/+37