summaryrefslogtreecommitdiff
path: root/testsuite/README
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/README')
-rw-r--r--testsuite/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/README b/testsuite/README
index f39b4fbd65..7f29a19a9f 100644
--- a/testsuite/README
+++ b/testsuite/README
@@ -41,7 +41,7 @@ Running the testsuite with a compiler other than GHC
autoconf
./configure
cd testsuite
- make TestCompiler=nhc98
+ make TEST_HC=nhc98 COMPILER=nhc98
)
@@ -62,6 +62,8 @@ The following variables may be set on the make command line:
EXTRA_HC_OPTS -- extra flags to send to the Haskell compiler
EXTRA_RUNTEST_OPTS -- extra flags to give the test driver
CONFIG -- use a different configuration file
+ COMPILER -- stem of a different configuration file
+ -- from the config directory [default: ghc]
WAY -- just this way
The following ways are defined (for GHC):