summaryrefslogtreecommitdiff
path: root/testsuite/tests/dph/sumnats
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-10-11 13:17:55 +0100
committerIan Lynagh <ian@well-typed.com>2012-10-11 13:20:10 +0100
commit5f4d651189ee2724f7569b9e8d71ee403ea4ba86 (patch)
tree206536bbed62358632c167139a0eeecaf29b35a7 /testsuite/tests/dph/sumnats
parent4fb3f11a4bb1d5bdc8a51310c854fdae00a71356 (diff)
downloadhaskell-5f4d651189ee2724f7569b9e8d71ee403ea4ba86.tar.gz
Let the dph tests run in parallel
With the exception of nbody dph-nbody-copy-opt nbody dph-nbody-vseg-opt quickhull dph-quickhull-copy-opt quickhull dph-quickhull-vseg-opt words dph-words-copy-opt words dph-words-vseg-opt which are marked as 'high_memory_usage'
Diffstat (limited to 'testsuite/tests/dph/sumnats')
-rw-r--r--testsuite/tests/dph/sumnats/dph-sumnats.T8
1 files changed, 2 insertions, 6 deletions
diff --git a/testsuite/tests/dph/sumnats/dph-sumnats.T b/testsuite/tests/dph/sumnats/dph-sumnats.T
index df70955ae2..08d2c47348 100644
--- a/testsuite/tests/dph/sumnats/dph-sumnats.T
+++ b/testsuite/tests/dph/sumnats/dph-sumnats.T
@@ -1,8 +1,6 @@
test ('dph-sumnats-copy'
- , [ alone
- , extra_clean(['Main.hi', 'Main.o',
- 'SumNatsVect.hi', 'SumNatsVect.o'])
+ , [ outputdir('copy')
, reqlib('dph-lifted-copy')
, reqlib('dph-prim-par')
, only_ways(['normal', 'threaded1', 'threaded2']) ]
@@ -11,9 +9,7 @@ test ('dph-sumnats-copy'
, '-Odph -package dph-lifted-copy'])
test ('dph-sumnats-vseg'
- , [ alone
- , extra_clean(['Main.hi', 'Main.o',
- 'SumNatsVect.hi', 'SumNatsVect.o'])
+ , [ outputdir('vseg')
, reqlib('dph-lifted-vseg')
, reqlib('dph-prim-par')
, only_ways(['normal', 'threaded1', 'threaded2']) ]