Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add note about how to cleanup test files. | Edward Z. Yang | 2013-07-20 | 1 | -0/+3 |
| | | | | Signed-off-by: Edward Z. Yang <ezyang@mit.edu> | ||||
* | Fix some testsuite cleaning; part of #7941 | Ian Lynagh | 2013-06-14 | 1 | -1/+5 |
| | |||||
* | Allow fast from top level makefile. | David Terei | 2013-06-06 | 1 | -0/+3 |
| | |||||
* | Don't read boilerplate.mk on 'make maintainer-clean' | Simon Peyton Jones | 2012-01-20 | 1 | -0/+2 |
| | |||||
* | Parse the ghc --info values using a Haskell program, and cache the results | Simon Marlow | 2012-01-16 | 1 | -1/+1 |
| | | | | | Should improve startup time of make in the testsuite, and it is simpler. | ||||
* | cleaning of testsuite | David Terei | 2011-11-15 | 1 | -1/+0 |
| | |||||
* | Update some more files for ghc-regress removal | David Terei | 2011-07-20 | 1 | -1/+1 |
| | |||||
* | make maintainer-clean work | Simon Marlow | 2009-05-14 | 1 | -1/+1 |
| | |||||
* | Move the Makefile changes around so they don't cause test failures | Ian Lynagh | 2009-01-14 | 1 | -0/+13 |
| | | | | | Our "make clean" detection was causing problems for tests which had their own local clean target. | ||||
* | Tweak top-level Makefile | Ian Lynagh | 2009-01-13 | 1 | -4/+5 |
| | |||||
* | add boot target to the top-level Makefile; fix boot target in test.mk | Simon Marlow | 2009-01-13 | 1 | -0/+2 |
| | |||||
* | Tidy up the Makefile | Ian Lynagh | 2009-01-09 | 1 | -3/+1 |
| | |||||
* | Remove target.mk | Ian Lynagh | 2009-01-09 | 1 | -1/+0 |
| | |||||
* | Remove redundant CLEAN_FILES | Ian Lynagh | 2009-01-09 | 1 | -2/+0 |
| | |||||
* | Add clean and distclean targets | Ian Lynagh | 2009-01-09 | 1 | -0/+3 |
| | |||||
* | Share the pwd program between tests | Ian Lynagh | 2007-07-21 | 1 | -1/+1 |
| | |||||
* | Make it so that 'make boot' is optional in the testsuite | Simon Marlow | 2006-09-16 | 1 | -7/+2 |
| | | | | mk/wordsize.mk and timeout/timeout get built automatically if necessary. | ||||
* | add boot to the all target | Simon Marlow | 2006-09-16 | 1 | -1/+1 |
| | |||||
* | [project @ 2005-02-04 10:59:55 by simonmar] | simonmar | 2005-02-04 | 1 | -0/+2 |
| | | | | | Add a timeout to test runs, using a wrapper program (written in Haskell, using System.Process of course!). | ||||
* | [project @ 2004-07-19 22:11:45 by igloo] | igloo | 2004-07-19 | 1 | -1/+6 |
| | | | | | | | | | | | | Allows a -ws-64 stdout variant rather than requiring each 64-bit platform to have a -platform one. (You now need to make boot in testsuite after configure but before running tests). Modify enum001, partly to alter spacing but also to inline printTest where things like \NUL are used, as modern cpp behaves differently. Rename the generated .script files to .genscript to make it easier to clean a testsuite tree. | ||||
* | [project @ 2002-08-29 10:22:13 by simonmar] | simonmar | 2002-08-29 | 1 | -1/+4 |
| | | | | Don't do anything, just emit a helpful message. | ||||
* | [project @ 2001-08-22 16:04:59 by simonmar] | simonmar | 2001-08-22 | 1 | -16/+4 |
| | | | | fptools-ish makefile | ||||
* | [project @ 2001-06-25 09:49:12 by sewardj] | sewardj | 2001-06-25 | 1 | -1/+5 |
| | | | | Enough commits to make it usable. | ||||
* | [project @ 2001-06-20 15:12:17 by sewardj] | sewardj | 2001-06-20 | 1 | -1/+1 |
| | | | | | Various misc hackery which didn't seem to have made it through since the last commit. | ||||
* | [project @ 2001-06-12 12:06:02 by sewardj] | sewardj | 2001-06-12 | 1 | -0/+14 |
Make another sad directory happy. You can now cd to fptools/testsuite and do 'make all'. This will build the test driver and then run ghc/compiler/ghc-inplace over the as-yet small collection of tests herein. |