summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@mit.edu>2013-03-06 22:01:33 -0800
committerEdward Z. Yang <ezyang@mit.edu>2013-03-06 22:01:33 -0800
commit0aee23185fe78b81e4a0dbee0dda940bacc0dc07 (patch)
tree8683670f83104306baed268c8154f26d200dc66d /testsuite/tests/plugins
parentade5319b5b9e508640488c361efe9abe3552fd0f (diff)
downloadhaskell-0aee23185fe78b81e4a0dbee0dda940bacc0dc07.tar.gz
Force recompilation to ensure plugin output, fixes #7597
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
Diffstat (limited to 'testsuite/tests/plugins')
-rw-r--r--testsuite/tests/plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/plugins/Makefile b/testsuite/tests/plugins/Makefile
index 6cd46b7aef..136593b1bd 100644
--- a/testsuite/tests/plugins/Makefile
+++ b/testsuite/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