summaryrefslogtreecommitdiff
path: root/testsuite/mk/test.mk
Commit message (Expand)AuthorAgeFilesLines
* Fix tests for dynamic ghcIan Lynagh2013-03-151-0/+8
* Add 'make list_brokens'Ian Lynagh2013-02-111-0/+10
* Only run dynamicToo001 if we have both vanilla and dynamic librariesIan Lynagh2012-12-141-1/+8
* Add if_compiler_debugged to testsuite driverIan Lynagh2012-11-101-0/+2
* Fix the have-we-got-vanilla-libraries testIan Lynagh2012-10-301-3/+3
* Testsuite fixes for when we only have dynamic librariesIan Lynagh2012-10-251-0/+9
* ghcilink001 is expected to fail when ghci is dynamicIan Lynagh2012-10-121-2/+2
* Add a -static way, enabled only if dynlibs are used by defaultIan Lynagh2012-10-031-0/+6
* don't include $(EXTRA_HC_OPTS) twiceSimon Marlow2012-08-081-1/+0
* Avoid using deprecated package-conf GHC flags.Paolo Capriotti2012-06-081-1/+1
* Go back to using -no-user-package-conf for a whileSimon Marlow2012-05-221-1/+1
* Rename package-conf flags to package-db.Paolo Capriotti2012-05-151-1/+1
* Fix llvm checkDavid Terei2012-03-061-1/+1
* Revert "The LLVM backend now only works with 2.9+, don't try it if we have 2.7"David Terei2012-01-171-7/+1
* The LLVM backend now only works with 2.9+, don't try it if we have 2.7Simon Marlow2012-01-161-1/+7
* Parse the ghc --info values using a Haskell program, and cache the resultsSimon Marlow2012-01-161-9/+0
* fix $(HAVE_PROFILING) on WindowsSimon Marlow2011-12-191-1/+1
* Define the GHC "compiler_always_flags" in make; fixes trac #5213Ian Lynagh2011-11-171-1/+3
* 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-031-0/+6
* Fix detection of whether we have profiling libsIan Lynagh2010-03-031-1/+2
* Allow tests to behave differently depending on whether the compiler is in-treeIan Lynagh2009-12-181-0/+6
* grab the target architecture from GHC, and add an if_arch() testSimon Marlow2009-11-241-0/+2
* Don't use threads on WindowsIan Lynagh2009-10-281-0/+6
* Quoting fixIan Lynagh2009-10-211-1/+1
* Fix the config.timeout settingIan Lynagh2009-10-131-1/+1
* Fixes for spaces in pathsIan Lynagh2009-10-131-15/+15
* Use the dynamic way if we have a dynamic RTSIan Lynagh2009-08-211-0/+6
* Tell the testsuite driver where hpc isIan Lynagh2009-05-091-0/+1
* A better test for whether we have profilingSimon Marlow2009-01-271-1/+3
* Fix setting the value of config.topIan Lynagh2009-01-181-1/+1
* mk/test.mk wibbleIan Lynagh2009-01-131-1/+1
* add boot target to the top-level Makefile; fix boot target in test.mkSimon Marlow2009-01-131-2/+2
* Add a boot target, and tidy up the Makefile a bitIan Lynagh2009-01-101-1/+5
* Disentangle the testsuite from the compiler's build systemIan Lynagh2009-01-081-64/+21
* fix typoSimon Marlow2008-12-181-1/+1
* Make the testsuite work with the new build systemSimon Marlow2008-12-171-6/+28
* Build the timeout program with CabalIan Lynagh2008-07-231-3/+5
* Use the right ghc-pkg programIan Lynagh2008-07-191-2/+1
* Follow changes in GHC's build systemIan Lynagh2008-07-131-5/+2
* Simplify, and correct, the code for determining whether we should use threadsIan Lynagh2008-06-121-3/+0
* Pass --threads rather than --threadIan Lynagh2008-06-111-1/+1