diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-14 16:56:23 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-15 00:49:24 +0000 |
commit | 6215d4c858c1502c6c1929521fdd7fd00f16bb2d (patch) | |
tree | 4137b2064914fe23306a68219127dd8347075b86 /testsuite/tests/th/T2014/Makefile | |
parent | f3da8ce8a034f1c0e3dc9aa30faf721fea2ec70b (diff) | |
download | haskell-6215d4c858c1502c6c1929521fdd7fd00f16bb2d.tar.gz |
Fix tests for dynamic ghc
Diffstat (limited to 'testsuite/tests/th/T2014/Makefile')
-rw-r--r-- | testsuite/tests/th/T2014/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/th/T2014/Makefile b/testsuite/tests/th/T2014/Makefile index 72607a5886..0cdf67ae02 100644 --- a/testsuite/tests/th/T2014/Makefile +++ b/testsuite/tests/th/T2014/Makefile @@ -3,7 +3,7 @@ include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/test.mk T2014 : - '$(TEST_HC)' $(TEST_HC_OPTS) -fforce-recomp -c A.hs-boot - '$(TEST_HC)' $(TEST_HC_OPTS) -fforce-recomp -c A.hs - '$(TEST_HC)' $(TEST_HC_OPTS) -fforce-recomp -c B.hs - '$(TEST_HC)' $(TEST_HC_OPTS) -fforce-recomp -c C.hs -v0 + '$(TEST_HC)' $(TEST_HC_OPTS) $(ghcThWayFlags) -fforce-recomp -c A.hs-boot + '$(TEST_HC)' $(TEST_HC_OPTS) $(ghcThWayFlags) -fforce-recomp -c A.hs + '$(TEST_HC)' $(TEST_HC_OPTS) $(ghcThWayFlags) -fforce-recomp -c B.hs + '$(TEST_HC)' $(TEST_HC_OPTS) $(ghcThWayFlags) -fforce-recomp -c C.hs -v0 |