Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dylan Yudaken
GHC
Commits
f4ce3b24
Commit
f4ce3b24
authored
Jul 12, 2011
by
dterei
Browse files
Formatting wibble
parent
32d9610d
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/mk/test.mk
View file @
f4ce3b24
# -----------------------------------------------------------------------------
# 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
#
# -----------------------------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment