[commit: testsuite] master: Fix apirecomp001 with dynamic GHC (b8961b1)

Ian Lynagh igloo at earth.li
Sun Jun 16 21:44:32 CEST 2013


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

https://github.com/ghc/testsuite/commit/b8961b16fcfb7f0efe473dc7fecd636ae5f6f9f2

>---------------------------------------------------------------

commit b8961b16fcfb7f0efe473dc7fecd636ae5f6f9f2
Author: Ian Lynagh <ian at well-typed.com>
Date:   Sun Jun 16 16:56:11 2013 +0100

    Fix apirecomp001 with dynamic GHC

>---------------------------------------------------------------

 tests/ghc-api/apirecomp001/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/ghc-api/apirecomp001/Makefile b/tests/ghc-api/apirecomp001/Makefile
index e2b88c8..8cb8205 100644
--- a/tests/ghc-api/apirecomp001/Makefile
+++ b/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'`"
 





More information about the ghc-commits mailing list