... | ... | @@ -10,14 +10,7 @@ The testsuite relies primarily on **GNU Make** and **Python**. Any version \>= 2 |
|
|
If you just want to run the whole testsuite, then in the root of the GHC tree, typing:
|
|
|
|
|
|
```wiki
|
|
|
$ make fasttest
|
|
|
```
|
|
|
|
|
|
|
|
|
or
|
|
|
|
|
|
```wiki
|
|
|
$ make fast
|
|
|
$ make fasttest # (GHC <= 7.10: make test)
|
|
|
```
|
|
|
|
|
|
|
... | ... | @@ -28,13 +21,6 @@ $ make fulltest |
|
|
```
|
|
|
|
|
|
|
|
|
or
|
|
|
|
|
|
```wiki
|
|
|
$ make test
|
|
|
```
|
|
|
|
|
|
|
|
|
will do a full testsuite run (more thorough, but takes a lot longer). You should expect that there are no test case failures for the "fast" 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.
|
|
|
|
|
|
|
... | ... | |