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:
Brian Anderson 2014-07-25 14:28:55 -07:00
parent 53543d2aa3
commit ae97e6f8d3
1 changed files with 1 additions and 4 deletions

View File

@ -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