summaryrefslogtreecommitdiff
path: root/testsuite/tests/dph
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-10-11 15:11:15 +0100
committerIan Lynagh <ian@well-typed.com>2012-10-11 15:11:15 +0100
commit3674eaf9a6627f140c2b9939b2460d59f677dadc (patch)
tree717ce86ff6ce9997c64e867255380df437fc950b /testsuite/tests/dph
parenta2870ad1cc4daec2cd58a531b68df5c287ebd1db (diff)
downloadhaskell-3674eaf9a6627f140c2b9939b2460d59f677dadc.tar.gz
Add outputdir's for the dph-nbody tests
Diffstat (limited to 'testsuite/tests/dph')
-rw-r--r--testsuite/tests/dph/nbody/dph-nbody.T8
1 files changed, 6 insertions, 2 deletions
diff --git a/testsuite/tests/dph/nbody/dph-nbody.T b/testsuite/tests/dph/nbody/dph-nbody.T
index f3a1f8b024..6d201606b9 100644
--- a/testsuite/tests/dph/nbody/dph-nbody.T
+++ b/testsuite/tests/dph/nbody/dph-nbody.T
@@ -1,6 +1,7 @@
test ('dph-nbody-vseg-opt'
, [ high_memory_usage
+ , outputdir('vseg-opt')
, skip_if_fast
, reqlib('dph-lifted-vseg')
, reqlib('dph-prim-par')
@@ -12,6 +13,7 @@ test ('dph-nbody-vseg-opt'
test ('dph-nbody-copy-opt'
, [ high_memory_usage
+ , outputdir('copy-opt')
, skip_if_fast
, reqlib('dph-lifted-copy')
, reqlib('dph-prim-par')
@@ -22,7 +24,8 @@ test ('dph-nbody-copy-opt'
test ('dph-nbody-vseg-fast'
- , [ reqlib('dph-lifted-vseg')
+ , [ outputdir('vseg-fast')
+ , reqlib('dph-lifted-vseg')
, reqlib('dph-prim-par')
, only_ways(['normal', 'threaded1', 'threaded2']) ]
, multimod_compile_and_run
@@ -31,7 +34,8 @@ test ('dph-nbody-vseg-fast'
test ('dph-nbody-copy-fast'
- , [ reqlib('dph-lifted-copy')
+ , [ outputdir('copy-fast')
+ , reqlib('dph-lifted-copy')
, reqlib('dph-prim-par')
, only_ways(['normal', 'threaded1', 'threaded2']) ]
, multimod_compile_and_run