summaryrefslogtreecommitdiff
path: root/testsuite/config/ghc
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/config/ghc
parent83014ab82269e8ac5216c9ae430d31ab5f9eef78 (diff)
downloadhaskell-b5897f9b4da8c20dd8b363547f1d3eeffb9ddb29.tar.gz
Testsuite fixes for when we only have dynamic libraries
Diffstat (limited to 'testsuite/config/ghc')
-rw-r--r--testsuite/config/ghc3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc
index 40f9919f7a..099134d15e 100644
--- a/testsuite/config/ghc
+++ b/testsuite/config/ghc
@@ -35,6 +35,9 @@ if (ghc_with_native_codegen == 1):
config.compile_ways.append('optasm')
config.run_ways.append('optasm')
+if (ghc_with_vanilla == 1):
+ config.have_vanilla = True
+
if (ghc_with_profiling == 1):
config.have_profiling = True
config.compile_ways.append('profasm')