diff options
author | Ben Lippmeier <benl@ouroborus.net> | 2011-12-16 18:57:09 +1100 |
---|---|---|
committer | Ben Lippmeier <benl@ouroborus.net> | 2011-12-16 18:57:09 +1100 |
commit | 01477fefa1dcd390457eb16a670813d34c2e1a9a (patch) | |
tree | 8cc7e9e932bd621b7a899a6855c8996472ca7c82 /testsuite/tests/dph/sumnats | |
parent | abfcdc0aa49e504b8d939991c2451c445ad5e3dc (diff) | |
download | haskell-01477fefa1dcd390457eb16a670813d34c2e1a9a.tar.gz |
dph: add alone flags to fix build race
Diffstat (limited to 'testsuite/tests/dph/sumnats')
-rw-r--r-- | testsuite/tests/dph/sumnats/dph-sumnats.T | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/tests/dph/sumnats/dph-sumnats.T b/testsuite/tests/dph/sumnats/dph-sumnats.T index afc9d7d240..df70955ae2 100644 --- a/testsuite/tests/dph/sumnats/dph-sumnats.T +++ b/testsuite/tests/dph/sumnats/dph-sumnats.T @@ -1,6 +1,7 @@ test ('dph-sumnats-copy' - , [ extra_clean(['Main.hi', 'Main.o', + , [ alone + , extra_clean(['Main.hi', 'Main.o', 'SumNatsVect.hi', 'SumNatsVect.o']) , reqlib('dph-lifted-copy') , reqlib('dph-prim-par') @@ -10,7 +11,8 @@ test ('dph-sumnats-copy' , '-Odph -package dph-lifted-copy']) test ('dph-sumnats-vseg' - , [ extra_clean(['Main.hi', 'Main.o', + , [ alone + , extra_clean(['Main.hi', 'Main.o', 'SumNatsVect.hi', 'SumNatsVect.o']) , reqlib('dph-lifted-vseg') , reqlib('dph-prim-par') |