... | ... | @@ -14,7 +14,7 @@ GHC includes a comprehensive testsuite for catching any regressions. |
|
|
## Using the Testsuite as a user
|
|
|
|
|
|
|
|
|
In the root directory of the ghc repository or source distribution, run either `make fasttest`, `make test` (which uses the normal speed settings) or `make slowtest` (called `fulltest` for GHC \<= 7.10).
|
|
|
In the root directory of the ghc repository or source distribution, run either `make fasttest`, `make test` (which uses the normal speed settings) or `make slowtest` (called `fulltest` in GHC \<= 7.10).
|
|
|
|
|
|
|
|
|
You should expect that there are no test case failures for the "normal" mode as that is a quality level that all GHC developers are expected to maintain when they check in code. There will usually be some test case failures for the full testsuite run though, and it takes a lot longer to run.
|
... | ... | @@ -23,5 +23,5 @@ You should expect that there are no test case failures for the "normal" mode as |
|
|
The run time of the testsuite can be reduced by running it with multiple threads. For instance if your machine has 8 cores, the following is probably appropriate:
|
|
|
|
|
|
```wiki
|
|
|
$ make fulltest THREADS=6
|
|
|
$ make test THREADS=6
|
|
|
``` |
|
|
\ No newline at end of file |