summaryrefslogtreecommitdiff
path: root/testsuite/mk
Commit message (Expand)AuthorAgeFilesLines
* Flag to test suite: SKIP_PERF_TESTSJoachim Breitner2013-10-051-0/+4
* Test driver: Implement different verbositiesJoachim Breitner2013-09-201-0/+4
* New and improved tests for #5435. Linux only at the moment.Edward Z. Yang2013-09-161-0/+8
* Improve the testsuite's LLVM detectionIan Lynagh2013-06-202-1/+7
* Add a test for #7859Ian Lynagh2013-06-041-0/+4
* Change how we detect what library ways are availableIan Lynagh2013-05-121-4/+4
* Fix library way detection; fixes the ImpSafeOnly* tests when BINDIST=YESIan Lynagh2013-05-101-3/+3
* Tidy up the driver slightlyIan Lynagh2013-05-101-1/+1
* Fix library flavor detection for the validate script as wellGabor Pali2013-04-211-3/+3
* Fix detection of library flavors on FreeBSDGabor Pali2013-04-211-3/+3
* Fix tests for dynamic ghcIan Lynagh2013-03-153-0/+19
* Add 'make list_brokens'Ian Lynagh2013-02-111-0/+10
* Handles TEST_HC=c:/... on WindowsIan Lynagh2013-01-261-2/+14
* Only run dynamicToo001 if we have both vanilla and dynamic librariesIan Lynagh2012-12-141-1/+8
* Use python2 if it exists. Based on a patch from michalt. Fixes #7333.Ian Lynagh2012-11-301-0/+3
* Add if_compiler_debugged to testsuite driverIan Lynagh2012-11-102-0/+3
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//testsuiteIan Lynagh2012-10-301-24/+40
|\
| * fix HAVE_VANILLA when we have both static profiling and vanilla libsSimon Marlow2012-10-301-1/+1
| * make it optional to have DynamicByDefault, to support older GHCsSimon Marlow2012-10-301-24/+40
* | 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-032-0/+7
* don't include $(EXTRA_HC_OPTS) twiceSimon Marlow2012-08-081-1/+0
* Avoid using deprecated package-conf GHC flags.Paolo Capriotti2012-06-082-1/+14
* 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 the way we find the path to 'ar'Ian Lynagh2012-05-032-10/+12
* substitute for $topdir in $(AR)Simon Marlow2012-05-011-2/+12
* Don't try to run ghc-config when cleaningSimon Marlow2012-05-011-0/+2
* Fix llvm checkDavid Terei2012-03-061-1/+1
* Wibbles to testsuite/mk/boilerplate.mkSimon Peyton Jones2012-03-051-3/+4
* Merge branch 'master' of http://darcs.haskell.org//testsuiteSimon Peyton Jones2012-03-021-2/+5
|\
| * Follow change in bindisttest install directory nameIan Lynagh2012-02-211-1/+1
| * Remove some Makefile debugging codeIan Lynagh2012-02-101-2/+0
| * Filter colons out of ghc-config-mkIan Lynagh2012-02-101-1/+3
| * Don't use TOP_ABS in Makefile rulesIan Lynagh2012-02-091-4/+7
* | Don't fail if "ar command" is not foundSimon Peyton Jones2012-01-201-2/+8
* | Fix for Windows, and delete the .mk file if ghc-config failsSimon Peyton Jones2012-01-201-2/+2
|/
* fix (non-fast) validateSimon Marlow2012-01-171-2/+4
* 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-163-33/+48
* fix $(HAVE_PROFILING) on WindowsSimon Marlow2011-12-191-1/+1
* Get the value of $(AR) from ghc --infoSimon Marlow2011-12-131-0/+5
* 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