diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-10-25 18:55:01 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-10-25 18:55:01 +0100 |
commit | b5897f9b4da8c20dd8b363547f1d3eeffb9ddb29 (patch) | |
tree | 3f20f0580648c87c6f3c8acefb664491e2b5ac29 /testsuite/tests/plugins | |
parent | 83014ab82269e8ac5216c9ae430d31ab5f9eef78 (diff) | |
download | haskell-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/Makefile | 2 |
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 |