]> git.lizzy.rs Git - rust.git/commitdiff
mk: Remove check-syntax target
authorBrian Anderson <banderson@mozilla.com>
Fri, 25 Jul 2014 21:28:55 +0000 (14:28 -0700)
committerBrian Anderson <banderson@mozilla.com>
Fri, 25 Jul 2014 21:28:55 +0000 (14:28 -0700)
This appears to be redundantly named with a shortcut target for
testing the syntax crate.

mk/tests.mk

index 2161a53bb23ff84e4090f7ad5137a9b2febc336c..f78243046801d6defaa9e560def866776fe575ff 100644 (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