diff options
author | Ian Lynagh <igloo@earth.li> | 2011-08-06 20:08:44 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-08-06 21:03:50 +0100 |
commit | 7b04db1c9b2379911617729ec8d70fd74bb056ad (patch) | |
tree | a5cbdbcf4be8246f9d73ad8501446e050f26e23c /testsuite/tests/dph/quickhull | |
parent | 6f663a6488ae83e5dbe20ad5a5272549807dab45 (diff) | |
download | haskell-7b04db1c9b2379911617729ec8d70fd74bb056ad.tar.gz |
Add extra cleaning
Diffstat (limited to 'testsuite/tests/dph/quickhull')
-rw-r--r-- | testsuite/tests/dph/quickhull/dph-quickhull.T | 12 |
1 files changed, 11 insertions, 1 deletions
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 |