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

testsuite: Run tests in nonmoving_thr in speed==slow

parent 5c87ebd7
No related merge requests found
......@@ -47,6 +47,8 @@ if ghc_with_threaded_rts:
if ghc_with_smp:
config.have_smp = True
config.run_ways.append('threaded2')
if config.speed == 0:
config.run_ways.append('nonmoving_thr')
if ghc_with_dynamic_rts:
config.have_shared_libs = True
......
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