diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-11-10 14:37:16 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-11-10 14:37:16 +0000 |
commit | ec56be8fb169410d662b91321fe356f6006d1ced (patch) | |
tree | c14d47f9a12193b24366f47c1455359f707430c9 /testsuite/config | |
parent | 16f685e2b1cbef35568abb5c1603416fbfdb190a (diff) | |
download | haskell-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/ghc | 2 |
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 |