Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
517e555a
Commit
517e555a
authored
Aug 29, 2001
by
rrt
Browse files
[project @ 2001-08-29 13:59:05 by rrt]
Correct spurious instructions.
parent
36b66438
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/README
View file @
517e555a
Running the test suite against a GHC build
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To use the test suite to test a GHC build, just say 'make' in
fptools/testsuite. The build system will build the test driver and
run all the tests against the GHC build in the same source tree.
You'll get a summary indicating how many tests succeeded and failed
(including how many of the failures were 'expected'), and a list of
which tests failed. To investigate the failures in more detail, see
"Running individual tests" below.
To use the test suite to test a GHC build, first say 'make' in
fptools/testsuite. The build system will build the test driver. To
run the tests, cd into tests/ghc-regress and say 'make' to run all the
tests against the GHC build in the same source tree. You'll get a
summary indicating how many tests succeeded and failed (including how
many of the failures were 'expected'), and a list of which tests
failed. To investigate the failures in more detail, see "Running
individual tests" below.
Running the testsuite with a compiler other than GHC
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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