Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/1b964999aba282e6a37349b87ba4a15228e62da8 >--------------------------------------------------------------- commit 1b964999aba282e6a37349b87ba4a15228e62da8 Author: Ian Lynagh <[email protected]> Date: Thu Oct 11 15:11:15 2012 +0100 Add outputdir's for the dph-nbody tests >--------------------------------------------------------------- tests/dph/nbody/dph-nbody.T | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/dph/nbody/dph-nbody.T b/tests/dph/nbody/dph-nbody.T index f3a1f8b..6d20160 100644 --- a/tests/dph/nbody/dph-nbody.T +++ b/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 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
