diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-10-05 17:04:31 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-10-05 17:07:16 +0200 |
commit | 718e86b4751b0435097bdde46855e819cf4f7864 (patch) | |
tree | b1a6fbf85d3596966067004517636250416d9337 /testsuite/README.md | |
parent | 3db765088ac7c919bdf283cb6263e2ceedf6bc27 (diff) | |
download | haskell-718e86b4751b0435097bdde46855e819cf4f7864.tar.gz |
Flag to test suite: SKIP_PERF_TESTS
More often than not the output of the performance tests is in the way,
rather than helping. This allows the use of `make SKIP_PERF_TESTS=YES`
to skip these tests. Fixes #8413
Diffstat (limited to 'testsuite/README.md')
-rw-r--r-- | testsuite/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/README.md b/testsuite/README.md index 7620809dee..f934533165 100644 --- a/testsuite/README.md +++ b/testsuite/README.md @@ -13,6 +13,7 @@ Commands to run testsuite: * Run a specific test: `make TEST=tc054` * Test a specific 'way': `make WAY=optllvm` * Test a specifc stage of GHC: `make stage=1` + * Skip performance tests: `make SKIP_PERF_TESTS=YES` * Set verbosity: `make VERBOSE=n` where n=0: No per-test ouput, n=1: Only failures, n=2: Progress output, n=3: Include commands called (default) |