mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
mk: Remove check-syntax target
This appears to be redundantly named with a shortcut target for testing the syntax crate.
This commit is contained in:
parent
53543d2aa3
commit
ae97e6f8d3
@ -199,14 +199,11 @@ check-fast: check-lite
|
||||
|
||||
# Some less critical tests that are not prone to breakage.
|
||||
# Not run as part of the normal test suite, but tested by bors on checkin.
|
||||
check-secondary: check-syntax check-pretty
|
||||
check-secondary: check-lexer check-pretty
|
||||
|
||||
# check + check-secondary.
|
||||
check-all: check check-secondary
|
||||
|
||||
# Run the grammar tests.
|
||||
check-syntax: check-lexer
|
||||
|
||||
# Pretty-printing tests.
|
||||
check-pretty: check-stage2-T-$(CFG_BUILD)-H-$(CFG_BUILD)-pretty-exec
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user