Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/74e1e9bf3b2bf392ee13aab546d603c959f11430 >--------------------------------------------------------------- commit 74e1e9bf3b2bf392ee13aab546d603c959f11430 Author: David Terei <[email protected]> Date: Tue Jul 12 12:59:57 2011 -0700 Formatting wibble >--------------------------------------------------------------- mk/test.mk | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/mk/test.mk b/mk/test.mk index 5a83f8e..2e2b8d0 100644 --- a/mk/test.mk +++ b/mk/test.mk @@ -1,19 +1,19 @@ # ----------------------------------------------------------------------------- # Examples of use: # -# make -- run all the tests in the current directory -# make verbose -- as make test, but up the verbosity -# make accept -- run the tests, accepting the current output +# make -- run all the tests in the current directory +# make verbose -- as make test, but up the verbosity +# make accept -- run the tests, accepting the current output # # The following variables may be set on the make command line: # -# TEST -- specific test to run -# TESTS -- specific tests to run (same as $TEST really) -# 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 -- select a configuration file from config/ -# THREADS -- run n tests at once +# TEST -- specific test to run +# TESTS -- specific tests to run (same as $TEST really) +# 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 -- select a configuration file from config/ +# THREADS -- run n tests at once # # ----------------------------------------------------------------------------- _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
