diff options
author | Simon Marlow <marlowsd@gmail.com> | 2012-02-16 09:58:34 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-02-16 11:07:42 +0000 |
commit | c64c80270521c30686ddb532de99725a0ec09c00 (patch) | |
tree | 01d9e7509acb0d2f339753777601b95ae0c49b49 /testsuite/config/ghc | |
parent | 0290ab290b7f4449845dcb9f059d10ff70c836e6 (diff) | |
download | haskell-c64c80270521c30686ddb532de99725a0ec09c00.tar.gz |
add req_smp
Diffstat (limited to 'testsuite/config/ghc')
-rw-r--r-- | testsuite/config/ghc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc index ed57ee4098..26ec825dca 100644 --- a/testsuite/config/ghc +++ b/testsuite/config/ghc @@ -46,6 +46,7 @@ config.unregisterised = (ghc_unregisterised == 1) if (ghc_with_threaded_rts == 1): config.run_ways.append('threaded1') if (ghc_with_smp == 1): + config.have_smp = True config.run_ways.append('threaded2') if (ghc_with_dynamic_rts == 1): |