Skip to content
Snippets Groups Projects
Commit 9542ab06 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

testsuite: Don't run T16525a with -DS unless compiler_debugged

Originally I was thinking of just skipping the test unless
compiled_debugged==True. However, the test will likely be useful even
without -DS, so let's run it either way.
parent 95f56853
No related branches found
No related tags found
No related merge requests found
test('T16525a',
[extra_files(['A.hs', 'B.hs', ]),
extra_run_opts('+RTS -DS -RTS'),
when(compiler_debugged(), extra_run_opts('+RTS -DS -RTS')),
# We don't support unloading with the dynamic linker
when(ghc_dynamic(), skip), ],
ghci_script, ['T16525a.script'])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment