summaryrefslogtreecommitdiff
path: root/testsuite/config
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-12-14 23:29:47 +0000
committerIan Lynagh <ian@well-typed.com>2012-12-14 23:29:47 +0000
commitcf240aa067b68c2d1327760ce1a3c2dfc7b061e7 (patch)
tree55dd207958b58dae50e91c506d87955c0da3f737 /testsuite/config
parent6f506011adbd8d8b179d6fd4de3151b05650b60e (diff)
downloadhaskell-cf240aa067b68c2d1327760ce1a3c2dfc7b061e7.tar.gz
Only run dynamicToo001 if we have both vanilla and dynamic libraries
Diffstat (limited to 'testsuite/config')
-rw-r--r--testsuite/config/ghc3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc
index 68032485a2..73ff7d3fd6 100644
--- a/testsuite/config/ghc
+++ b/testsuite/config/ghc
@@ -40,6 +40,9 @@ config.compiler_debugged = ghc_debugged
if (ghc_with_vanilla == 1):
config.have_vanilla = True
+if (ghc_with_dynamic == 1):
+ config.have_dynamic = True
+
if (ghc_with_profiling == 1):
config.have_profiling = True
config.compile_ways.append('profasm')