[commit: testsuite] master: Formatting wibble (74e1e9b)
David Terei
davidterei at gmail.com
Tue Jul 12 22:46:11 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/74e1e9bf3b2bf392ee13aab546d603c959f11430
>---------------------------------------------------------------
commit 74e1e9bf3b2bf392ee13aab546d603c959f11430
Author: David Terei <davidterei at gmail.com>
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
#
# -----------------------------------------------------------------------------
More information about the Cvs-ghc
mailing list