diff options
author | Ian Lynagh <igloo@earth.li> | 2011-09-05 21:54:37 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-09-05 21:54:37 +0100 |
commit | 3ff21bd746e43ef21b2add87a58064a61825d4e0 (patch) | |
tree | 3460121c482eb1b6988b48845fa672dfb606a3a2 /testsuite/config | |
parent | 04fd366eea430b7ea732babf9a3fe4afae0368e1 (diff) | |
download | haskell-3ff21bd746e43ef21b2add87a58064a61825d4e0.tar.gz |
Don't clean tests that we aren't running
This can make it a lot faster to run a single test.
You can run
make CLEANUP=1 CLEAN_ONLY=YES
to clean everything without running any tests.
Diffstat (limited to 'testsuite/config')
-rw-r--r-- | testsuite/config/ghc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc index ba75331f40..ab69bd4e0d 100644 --- a/testsuite/config/ghc +++ b/testsuite/config/ghc @@ -59,6 +59,7 @@ if (ghc_with_llvm == 1): config.run_ways.append('optllvm') config.in_tree_compiler = in_tree_compiler +config.clean_only = clean_only config.way_flags = { 'normal' : [], |