[commit: testsuite] master: Force recompilation to ensure plugin output, fixes #7597 (d1433a7)

Edward Z. Yang ezyang at MIT.EDU
Thu Mar 7 07:01:38 CET 2013


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/d1433a7d6b6d7bef02a7a9438fb5cde2b090325d

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

commit d1433a7d6b6d7bef02a7a9438fb5cde2b090325d
Author: Edward Z. Yang <ezyang at mit.edu>
Date:   Wed Mar 6 22:01:33 2013 -0800

    Force recompilation to ensure plugin output, fixes #7597
    
    Signed-off-by: Edward Z. Yang <ezyang at mit.edu>

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

 tests/plugins/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/plugins/Makefile b/tests/plugins/Makefile
index 6cd46b7..136593b 100644
--- a/tests/plugins/Makefile
+++ b/tests/plugins/Makefile
@@ -5,6 +5,6 @@ include $(TOP)/mk/test.mk
 .PHONY: plugins01
 
 plugins01:
-	"$(TEST_HC)" $(HC_OPTS) --make -v0 plugins01.hs -package-db simple-plugin/pkg.plugins01/local.package.conf -fplugin Simple.Plugin -fplugin-opt Simple.Plugin:Irrelevant_Option -package simple-plugin
+	"$(TEST_HC)" $(HC_OPTS) -fforce-recomp --make -v0 plugins01.hs -package-db simple-plugin/pkg.plugins01/local.package.conf -fplugin Simple.Plugin -fplugin-opt Simple.Plugin:Irrelevant_Option -package simple-plugin
 	./plugins01
 





More information about the ghc-commits mailing list