summaryrefslogtreecommitdiff
path: root/testsuite/config
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-11-10 14:37:16 +0000
committerIan Lynagh <ian@well-typed.com>2012-11-10 14:37:16 +0000
commitec56be8fb169410d662b91321fe356f6006d1ced (patch)
treec14d47f9a12193b24366f47c1455359f707430c9 /testsuite/config
parent16f685e2b1cbef35568abb5c1603416fbfdb190a (diff)
downloadhaskell-ec56be8fb169410d662b91321fe356f6006d1ced.tar.gz
Add if_compiler_debugged to testsuite driver
arrowfail001 currently fails only when DEBUG is defined.
Diffstat (limited to 'testsuite/config')
-rw-r--r--testsuite/config/ghc2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc
index 98a7c334c1..68032485a2 100644
--- a/testsuite/config/ghc
+++ b/testsuite/config/ghc
@@ -35,6 +35,8 @@ if (ghc_with_native_codegen == 1):
config.compile_ways.append('optasm')
config.run_ways.append('optasm')
+config.compiler_debugged = ghc_debugged
+
if (ghc_with_vanilla == 1):
config.have_vanilla = True