From 87dc431f6a2e58b7152849ce5005a231e7f54fbd Mon Sep 17 00:00:00 2001 From: ross Date: Wed, 10 Nov 2004 12:20:01 +0000 Subject: [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. --- testsuite/README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testsuite/README') 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): -- cgit v1.2.1