Edit Building/RunningTests authored by ian@well-typed.com's avatar ian@well-typed.com
...@@ -71,21 +71,13 @@ For more details, see below. ...@@ -71,21 +71,13 @@ For more details, see below.
# Running the testsuite with a compiler other than GHC # Running the testsuite with a compiler other than GHC
(to be written. The plan is something like: This doesn't work at the moment, but if it did then it would probably involve something like:
```wiki ```wiki
cvs checkout fpconfig
cd fptools
cvs checkout testsuite
autoconf
./configure
cd testsuite cd testsuite
make TEST_HC=nhc98 COMPILER=nhc98 make TEST_HC=nhc98 COMPILER=nhc98
``` ```
)
# Running individual tests or subdirectories of the testsuite # Running individual tests or subdirectories of the testsuite
... ...
......