[Git][ghc/ghc][wip/angerman/cross-test-suite] default TEST_WRAPPER

Moritz Angermann gitlab at gitlab.haskell.org
Tue Jul 7 04:42:07 UTC 2020



Moritz Angermann pushed to branch wip/angerman/cross-test-suite at Glasgow Haskell Compiler / GHC


Commits:
53975a99 by Moritz Angermann at 2020-07-07T12:41:50+08:00
default TEST_WRAPPER

- - - - -


1 changed file:

- testsuite/mk/test.mk


Changes:

=====================================
testsuite/mk/test.mk
=====================================
@@ -27,6 +27,9 @@ RUNTESTS     = $(TOP)/driver/runtests.py
 COMPILER     = ghc
 CONFIG       = $(TOP)/config/$(COMPILER)
 
+# if no TEST_WRAPPER is set, use exec
+TEST_WRAPPER ?= exec
+
 ifeq "$(GhcUnregisterised)" "YES"
     # Otherwise C backend generates many warnings about
     # imcompatible proto casts for GCC's buitins:



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/53975a999cb70d6290732ed885dc92a12f411acf

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/53975a999cb70d6290732ed885dc92a12f411acf
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200707/4a50f731/attachment.html>


More information about the ghc-commits mailing list