diff options
author | Ian Lynagh <igloo@earth.li> | 2009-05-09 16:05:12 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-05-09 16:05:12 +0000 |
commit | a690b734d99c819fcc4460ffc508275d9dc82677 (patch) | |
tree | cc6eb2ce2bbb8ebc6e09d2e4e71033c8398599f8 /testsuite/mk/test.mk | |
parent | 5fd289cbaeb73585c1b8b419457e7d83f840c359 (diff) | |
download | haskell-a690b734d99c819fcc4460ffc508275d9dc82677.tar.gz |
Tell the testsuite driver where hpc is
Diffstat (limited to 'testsuite/mk/test.mk')
-rw-r--r-- | testsuite/mk/test.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/mk/test.mk b/testsuite/mk/test.mk index 5078419554..e8d5c63c22 100644 --- a/testsuite/mk/test.mk +++ b/testsuite/mk/test.mk @@ -90,6 +90,7 @@ RUNTEST_OPTS += \ -e config.compiler_always_flags.append"(\"$(EXTRA_HC_OPTS)\")" \ -e config.ghc_pkg=\"$(GHC_PKG)\" \ -e config.hp2ps=\"$(HP2PS_ABS)\" \ + -e config.hpc=\"$(HPC)\" \ -e config.gs=\"$(GS)\" \ -e config.platform=\"$(TARGETPLATFORM)\" \ -e config.os=\"$(TargetOS_CPP)\" \ |