summaryrefslogtreecommitdiff
path: root/testsuite/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/README.md')
-rw-r--r--testsuite/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/README.md b/testsuite/README.md
index 31193d61ce..5ab6dafb34 100644
--- a/testsuite/README.md
+++ b/testsuite/README.md
@@ -18,7 +18,9 @@ Commands to run testsuite:
* 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)
+ n=2: Progress output, n=3: Include commands called (default),
+ n=4: Include perf test results unconditionally,
+ n=5: Echo commands in subsidiary make invocations
* Pass in extra GHC options: `make EXTRA_HC_OPTS=-fvectorize`
You can also change directory to a specific test folder to run that