Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
4cc0abb9
Commit
4cc0abb9
authored
Jan 31, 2016
by
Andrey Mokhov
Browse files
Add a note on validate target
See
#187
. [skip ci]
parent
304840f8
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
4cc0abb9
...
...
@@ -83,8 +83,13 @@ the previous build are still in the GHC tree.
#### Testing
*
`shake-build/build.sh test`
runs GHC tests. The current implementation is very
limited and cannot replace the
`validate`
script (see
[
#187
][
validation-issue
]
).
*
`shake-build/build.sh validate`
runs GHC tests by simply executing
`make fast`
in
`testsuite/tests`
directory. This can be used instead of
`sh validate --fast --no-clean`
in the existing build system.
Note: this will rebuild Stage2 GHC,
`ghc-pkg`
and
`hpc`
if they are out of date.
*
`shake-build/build.sh test`
runs GHC tests by calling the
`testsuite/driver/runtests.py`
python
script with appropriate flags. The current implementation is limited and cannot replace the
`validate`
script (see
[
#187
][
validation-issue
]
).
*
`shake-build/build.sh selftest`
runs tests of the build system. Current test
coverage is close to zero (see
[
#197
][
test-issue
]
).
...
...
Write
Preview
Supports
Markdown
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