summaryrefslogtreecommitdiff
path: root/testsuite/mk/boilerplate.mk
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Cabalify ghc-configBen Gamari2022-04-251-3/+3
* testsuite: Mark Windows as a libc++ platformBen Gamari2022-04-061-0/+2
* Move linters into the treeMatthew Pickering2022-02-241-2/+6
* Add notes linter to testsuiteMatthew Pickering2022-02-081-0/+4
* Fix a few Note inconsistenciesBen Gamari2022-02-011-2/+2
* Only use -ldl conditionally to fix T3807Greg Steuck2021-12-211-0/+6
* Use libc++ instead of libstdc++ on openbsd in addition to freebsdGreg Steuck2021-12-211-2/+5
* Make 'count-deps' a ghc/util standalone programShayne Fletcher2021-06-051-1/+4
* Make tests more portable on FreeBSDViktor Dukhovni2021-04-221-0/+5
* GHC Exactprint main commitAlan Zimmerman2021-03-201-4/+3
* testsuite: Fix two shell quoting issuesBen Gamari2020-12-181-1/+1
* configure: Find Python3 for testsuiteBen Gamari2020-01-071-1/+1
* testsuite/mk/boilerplate.mk: rename 'ghc-config-mk' to 'ghc_config_mk'Alp Mestanogullari2019-06-111-4/+4
* Hadrian: override $(ghc-config-mk), to prevent redundant config generationAlp Mestanogullari2019-05-061-0/+2
* testsuite: make CHECK_API_ANNOTATIONS and CHECK_PPR overridableAlp Mestanogullari2018-09-041-1/+7
* Fix typo in accessor nameGabor Greif2017-10-301-1/+1
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-0/+1
* testsuite: Use python3 by defaultBen Gamari2016-11-291-9/+1
* Fix testsuite threading, timeout, encoding and performance issues on WindowsTamar Christina2016-11-291-1/+6
* Testsuite: don't warn when mk/ghcconfig_* hasn't been created yetThomas Miedema2016-05-181-1/+1
* Testsuite: Introduce config.plugin_way_flags.Thomas Miedema2016-02-251-0/+13
* Testsuite: MAKEFLAGS is magic, do not unexport itThomas Miedema2016-02-231-1/+4
* unexport MAKEFLAGS when running tests (#11569)Thomas Miedema2016-02-201-0/+2
* Testsuite: allow spaces in TEST_HC passed in by the userThomas Miedema2015-12-171-17/+13
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-071-0/+4
* Testsuite: suggest quoting $(TEST_HC)Thomas Miedema2015-10-301-8/+53
* Provide a utility to check API AnnotationsAlan Zimmerman2015-10-251-0/+2
* Build system: unset HADDOCK when haddock is not foundThomas Miedema2015-06-211-2/+2
* Build system: always use `make -r`Thomas Miedema2015-05-301-0/+7
* Build system: check $CLEANING instead of $MAKECMDGOALSThomas Miedema2015-05-301-0/+1
* testsuite: handle missing stats files gracefully (#10305)Thomas Miedema2015-05-231-0/+10
* Don't assume tools are in same directory as ghc in some casesPhil Ruffwind2015-03-071-5/+18
* Add a test for #7859Ian Lynagh2013-06-041-0/+4
* Fix tests for dynamic ghcIan Lynagh2013-03-151-0/+10
* Handles TEST_HC=c:/... on WindowsIan Lynagh2013-01-261-2/+14
* Use python2 if it exists. Based on a patch from michalt. Fixes #7333.Ian Lynagh2012-11-301-0/+3
* Fix the way we find the path to 'ar'Ian Lynagh2012-05-031-4/+0
* Don't try to run ghc-config when cleaningSimon Marlow2012-05-011-0/+2
* 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
* | 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
* Parse the ghc --info values using a Haskell program, and cache the resultsSimon Marlow2012-01-161-24/+19
* Get the value of $(AR) from ghc --infoSimon Marlow2011-12-131-0/+5
* Fix running dyn tests on OS XIan Lynagh2010-05-031-0/+5
* Improve the handling of TEST_HCIan Lynagh2010-01-081-2/+13