summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-10-25 18:55:01 +0100
committerIan Lynagh <ian@well-typed.com>2012-10-25 18:55:01 +0100
commitb5897f9b4da8c20dd8b363547f1d3eeffb9ddb29 (patch)
tree3f20f0580648c87c6f3c8acefb664491e2b5ac29 /testsuite/tests/plugins
parent83014ab82269e8ac5216c9ae430d31ab5f9eef78 (diff)
downloadhaskell-b5897f9b4da8c20dd8b363547f1d3eeffb9ddb29.tar.gz
Testsuite fixes for when we only have dynamic libraries
Diffstat (limited to 'testsuite/tests/plugins')
-rw-r--r--testsuite/tests/plugins/simple-plugin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/plugins/simple-plugin/Makefile b/testsuite/tests/plugins/simple-plugin/Makefile
index 5bbac56aaf..6d4d2eaba1 100644
--- a/testsuite/tests/plugins/simple-plugin/Makefile
+++ b/testsuite/tests/plugins/simple-plugin/Makefile
@@ -20,6 +20,6 @@ package:
echo "[]" >$(LOCAL_PKGCONF)
- ./setup configure -v0 --prefix="$(PREFIX)" --with-compiler="$(TEST_HC)" --with-hc-pkg="$(GHC_PKG)" --package-db=$(LOCAL_PKGCONF)
+ ./setup configure $(CABAL_MINIMAL_BUILD) -v0 --prefix="$(PREFIX)" --with-compiler="$(TEST_HC)" --with-hc-pkg="$(GHC_PKG)" --package-db=$(LOCAL_PKGCONF)
./setup build -v0
./setup install -v0