From: panne Date: Mon, 12 Jun 2000 16:59:54 +0000 (+0000) Subject: [project @ 2000-06-12 16:59:54 by panne] X-Git-Tag: Approximately_9120_patches~4276 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=8cf518ad64b404d6693b40aabeaaf357b5c0ef51 [project @ 2000-06-12 16:59:54 by panne] Added a few lines how to pass global options, just for oblivious people like me. :-} --- diff --git a/ghc/tests/README b/ghc/tests/README index 67f1a34..0054e5d 100644 --- a/ghc/tests/README +++ b/ghc/tests/README @@ -16,6 +16,10 @@ the resulting output with that specified in the file reader001.stderr. "make all" run all tests. +If you want to set compilation options globally from the commandline, +use `make EXTRA_HC_OPTS="-foo-option -blah', for global runstdtest options +use EXTRA_RUNTEST_OPTS. + ------------------------------------------------------------------------------- ADDING A NEW TEST -------------------------------------------------------------------------------