summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-06-16 16:56:11 +0100
committerIan Lynagh <ian@well-typed.com>2013-06-16 16:56:11 +0100
commit9e5f86a17fcc4ce41f3e662898df2bae00ad88e9 (patch)
tree3222c485bb7e6c6183e68aaad22465a50f5066ad /testsuite/tests/ghc-api
parenta595130f3291141f4fb2df6ae174a6bde8b2edab (diff)
downloadhaskell-9e5f86a17fcc4ce41f3e662898df2bae00ad88e9.tar.gz
Fix apirecomp001 with dynamic GHC
Diffstat (limited to 'testsuite/tests/ghc-api')
-rw-r--r--testsuite/tests/ghc-api/apirecomp001/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-api/apirecomp001/Makefile b/testsuite/tests/ghc-api/apirecomp001/Makefile
index e2b88c8e51..8cb820597b 100644
--- a/testsuite/tests/ghc-api/apirecomp001/Makefile
+++ b/testsuite/tests/ghc-api/apirecomp001/Makefile
@@ -6,6 +6,6 @@ clean:
rm -f *.o *.hi
apirecomp001: clean
- '$(TEST_HC)' $(TEST_HC_OPTS) --make -v0 -package ghc myghc.hs
+ '$(TEST_HC)' $(TEST_HC_OPTS) $(ghciWayFlags) --make -v0 -package ghc myghc.hs
./myghc "`'$(TEST_HC)' $(TEST_HC_OPTS) --print-libdir | tr -d '\r'`"