diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-06-04 19:13:29 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-06-04 19:13:29 +0100 |
commit | 65b35319225d66c5309078199e2f10f34ba59524 (patch) | |
tree | 6f77b60a13ea41322b739621cfa0d1da7e445a42 /testsuite/mk/boilerplate.mk | |
parent | 5b08752e240751274ef205c485163c9587dd0a18 (diff) | |
download | haskell-65b35319225d66c5309078199e2f10f34ba59524.tar.gz |
Add a test for #7859
Diffstat (limited to 'testsuite/mk/boilerplate.mk')
-rw-r--r-- | testsuite/mk/boilerplate.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/mk/boilerplate.mk b/testsuite/mk/boilerplate.mk index e5bf164391..1765d78f03 100644 --- a/testsuite/mk/boilerplate.mk +++ b/testsuite/mk/boilerplate.mk @@ -91,6 +91,10 @@ ifeq "$(GHC_PKG)" "" GHC_PKG := $(BIN_ROOT)/ghc-pkg endif +ifeq "$(RUNGHC)" "" +RUNGHC := $(BIN_ROOT)/runghc +endif + ifeq "$(HSC2HS)" "" HSC2HS := $(BIN_ROOT)/hsc2hs endif |