summaryrefslogtreecommitdiff
path: root/testsuite/mk
Commit message (Expand)AuthorAgeFilesLines
* Don't clean tests that we aren't runningIan Lynagh2011-09-051-0/+6
* Add support for checking whether files are written by more than one testIan Lynagh2011-08-071-0/+4
* Update some more files for ghc-regress removalDavid Terei2011-07-201-1/+1
* TH doesn't work in a stage 1 compilerIan Lynagh2011-07-131-3/+6
* Formatting wibbleDavid Terei2011-07-121-10/+10
* Add TEST_HC_OPTS to every Makefile invocation of TEST_HCSimon Peyton Jones2011-04-201-0/+4
* Pass OUTPUT_SUMMARY on to the testsuite driverIan Lynagh2010-09-301-1/+8
* Fix "/bin/sh: llvmc: command not found" noise when running testsuiteIan Lynagh2010-08-261-1/+1
* Enable the optllvm way if llvmc is foundSimon Marlow2010-08-231-0/+6
* Fix running dyn tests on OS XIan Lynagh2010-05-032-0/+11
* Fix detection of whether we have profiling libsIan Lynagh2010-03-031-1/+2
* Improve the handling of TEST_HCIan Lynagh2010-01-081-2/+13
* Always define IN_TREE_COMPILER in mk/boilerplate.mkIan Lynagh2010-01-081-0/+2
* Use "test -x" rather than "test -e"; fixes trac #3778Ian Lynagh2010-01-031-6/+6
* Allow tests to behave differently depending on whether the compiler is in-treeIan Lynagh2009-12-182-0/+8
* Fix typosIan Lynagh2009-12-091-3/+3
* grab the target architecture from GHC, and add an if_arch() testSimon Marlow2009-11-241-0/+2
* Fix finding GHC on cygwinIan Lynagh2009-11-071-0/+1
* Fix the code to append .exe to program pathsIan Lynagh2009-11-051-1/+1
* The bindisttest GHC is now always in the same directoryIan Lynagh2009-11-051-5/+1
* Don't use threads on WindowsIan Lynagh2009-10-281-0/+6
* Always use the python timeout program on non-WindowsIan Lynagh2009-10-251-0/+7
* Quoting fixIan Lynagh2009-10-211-1/+1
* Define BIN_ROOT in a way that works if the path contains spacesIan Lynagh2009-10-131-1/+3
* Fix the config.timeout settingIan Lynagh2009-10-131-1/+1
* Switch back to a BIN_ROOT definition that works on all platformsIan Lynagh2009-10-131-1/+1
* Fixes for spaces in pathsIan Lynagh2009-10-131-15/+15
* Fixes for paths containing spacesIan Lynagh2009-10-131-15/+16
* ghc is "ghc.exe", not "ghc", on WindowsIan Lynagh2009-10-131-1/+1
* Fix the Windows detection in the testsuite MakefilesIan Lynagh2009-10-131-1/+1
* Tell the testsuite driver about the bindisttest GHC locationIan Lynagh2009-10-091-4/+9
* Drop "NEW_BUILD_SYSTEM_" prefix on Makefile variable namesIan Lynagh2009-10-091-7/+7
* Remove old build system support from the testsuite makefilesIan Lynagh2009-10-091-28/+0
* Use the dynamic way if we have a dynamic RTSIan Lynagh2009-08-211-0/+6
* Test for make supporting abspath, and fail if it doesn'tIan Lynagh2009-07-261-1/+5
* Remove hacky GCC settingSimon Marlow2009-06-261-4/+0
* Handle end-of-line in a way that is also OSX-friendlyIan Lynagh2009-06-171-3/+3
* Handle Windows line endings in mk/boilerplate.mkIan Lynagh2009-06-161-3/+3
* Fix copy/paste-oIan Lynagh2009-05-201-1/+1
* Tell the testsuite driver where hpc isIan Lynagh2009-05-091-0/+1
* Add an HPC variable, for the location of hpcIan Lynagh2009-05-091-0/+9
* Tell Cabal where hsc2hs; fixes trac #3147Ian Lynagh2009-04-101-0/+11
* Don't hardcode sh as the shell, use $(SHELL) insteadIan Lynagh2009-03-191-1/+1
* Avoid error message from some shells when cygpath does not existThorkil Naur2009-03-171-1/+1
* A better test for whether we have profilingSimon Marlow2009-01-271-1/+3
* Fix setting the value of config.topIan Lynagh2009-01-182-1/+4
* Add a GCC hack for the new build system tooIan Lynagh2009-01-161-0/+4
* Hack to find gcc for an in-place ghcIan Lynagh2009-01-161-0/+4
* Also canonicalise the install prefix for the timeout programIan Lynagh2009-01-161-7/+12
* Canonicalise paths in the testsuiteIan Lynagh2009-01-161-3/+17