diff options
author | ross <unknown> | 2004-11-10 12:20:01 +0000 |
---|---|---|
committer | ross <unknown> | 2004-11-10 12:20:01 +0000 |
commit | 87dc431f6a2e58b7152849ce5005a231e7f54fbd (patch) | |
tree | e3f93d5414104bbdff5c21040677df60b27b2bed /testsuite/README | |
parent | cc7047945efc69d54e27efc2f53f2378e36da098 (diff) | |
download | haskell-87dc431f6a2e58b7152849ce5005a231e7f54fbd.tar.gz |
[project @ 2004-11-10 12:20:00 by ross]
Add a make variable COMPILER (default: ghc) to select a configuration file
from the config directory without have=ing to give a full path.
Diffstat (limited to 'testsuite/README')
-rw-r--r-- | testsuite/README | 4 |
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): |