summaryrefslogtreecommitdiff
path: root/testsuite/tests/dph
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-08-06 20:08:44 +0100
committerIan Lynagh <igloo@earth.li>2011-08-06 21:03:50 +0100
commit7b04db1c9b2379911617729ec8d70fd74bb056ad (patch)
treea5cbdbcf4be8246f9d73ad8501446e050f26e23c /testsuite/tests/dph
parent6f663a6488ae83e5dbe20ad5a5272549807dab45 (diff)
downloadhaskell-7b04db1c9b2379911617729ec8d70fd74bb056ad.tar.gz
Add extra cleaning
Diffstat (limited to 'testsuite/tests/dph')
-rw-r--r--testsuite/tests/dph/dotp/dph-dotp.T4
-rw-r--r--testsuite/tests/dph/primespj/dph-primespj.T4
-rw-r--r--testsuite/tests/dph/quickhull/dph-quickhull.T12
3 files changed, 17 insertions, 3 deletions
diff --git a/testsuite/tests/dph/dotp/dph-dotp.T b/testsuite/tests/dph/dotp/dph-dotp.T
index 2ebab9da24..ae43a61a04 100644
--- a/testsuite/tests/dph/dotp/dph-dotp.T
+++ b/testsuite/tests/dph/dotp/dph-dotp.T
@@ -2,6 +2,7 @@
test ('dph-dotp-opt'
, [ alone
, skip_if_fast
+ , extra_clean(['Main.o', 'Main.hi', 'DotPVect.hi', 'DotPVect.o'])
, reqlib('dph-par')
, reqlib('dph-prim-par')
, only_ways(['normal', 'threaded1', 'threaded2']) ]
@@ -10,7 +11,8 @@ test ('dph-dotp-opt'
, '-Odph -fdph-par'])
test ('dph-dotp-fast'
- , [ reqlib('dph-par')
+ , [ extra_clean(['Main.o', 'Main.hi', 'DotPVect.hi', 'DotPVect.o'])
+ , reqlib('dph-par')
, reqlib('dph-prim-par')
, only_ways(['normal', 'threaded1', 'threaded2']) ]
, multimod_compile_and_run
diff --git a/testsuite/tests/dph/primespj/dph-primespj.T b/testsuite/tests/dph/primespj/dph-primespj.T
index 458490456b..6eef9afca0 100644
--- a/testsuite/tests/dph/primespj/dph-primespj.T
+++ b/testsuite/tests/dph/primespj/dph-primespj.T
@@ -2,6 +2,7 @@
test ('dph-primespj-opt'
, [ alone
, skip_if_fast
+ , extra_clean(['Main.hi', 'Main.o', 'PrimesVect.hi', 'PrimesVect.o'])
, reqlib('dph-par')
, reqlib('dph-prim-par')
, only_ways(['normal', 'threaded1', 'threaded2']) ]
@@ -10,7 +11,8 @@ test ('dph-primespj-opt'
, '-Odph -fdph-par'])
test ('dph-primespj-fast'
- , [ reqlib('dph-par')
+ , [ extra_clean(['Main.hi', 'Main.o', 'PrimesVect.hi', 'PrimesVect.o'])
+ , reqlib('dph-par')
, reqlib('dph-prim-par')
, only_ways(['normal', 'threaded1', 'threaded2']) ]
, multimod_compile_and_run
diff --git a/testsuite/tests/dph/quickhull/dph-quickhull.T b/testsuite/tests/dph/quickhull/dph-quickhull.T
index f1a1debe3f..addaf1d83f 100644
--- a/testsuite/tests/dph/quickhull/dph-quickhull.T
+++ b/testsuite/tests/dph/quickhull/dph-quickhull.T
@@ -2,6 +2,11 @@
test ('dph-quickhull-opt'
, [ alone
, skip_if_fast
+ , extra_clean(['Main.hi', 'Main.o',
+ 'QuickHullVect.hi', 'QuickHullVect.o',
+ 'SVG.hi', 'SVG.o',
+ 'TestData.hi', 'TestData.o',
+ 'Types.hi', 'Types.o'])
, reqlib('dph-par')
, reqlib('dph-prim-par')
, only_ways(['normal', 'threaded1', 'threaded2']) ]
@@ -10,7 +15,12 @@ test ('dph-quickhull-opt'
, '-Odph -funfolding-use-threshold30 -fdph-par'])
test ('dph-quickhull-fast'
- , [ reqlib('dph-par')
+ , [ extra_clean(['Main.hi', 'Main.o',
+ 'QuickHullVect.hi', 'QuickHullVect.o',
+ 'SVG.hi', 'SVG.o',
+ 'TestData.hi', 'TestData.o',
+ 'Types.hi', 'Types.o'])
+ , reqlib('dph-par')
, reqlib('dph-prim-par')
, only_ways(['normal', 'threaded1', 'threaded2']) ]
, multimod_compile_and_run