The --testsuite option is gone (#8545) authored by thomie's avatar thomie
...@@ -7,13 +7,6 @@ GHC includes a comprehensive testsuite for catching any regressions. ...@@ -7,13 +7,6 @@ GHC includes a comprehensive testsuite for catching any regressions.
The testsuite relies primarily on **GNU Make** and **Python**. Any version \>= 2.5.2 will do although avoid Python 2.6.1 as the testsuite tickles a bug in one of the included libraries. The testsuite relies primarily on **GNU Make** and **Python**. Any version \>= 2.5.2 will do although avoid Python 2.6.1 as the testsuite tickles a bug in one of the included libraries.
If you have not checked out the testsuite, first run:
```wiki
$ ./sync-all --testsuite get
```
If you just want to run the whole testsuite, then in the root of the GHC tree, typing: If you just want to run the whole testsuite, then in the root of the GHC tree, typing:
```wiki ```wiki
... ...
......