diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-07-25 14:28:55 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2014-07-25 14:28:55 -0700 |
| commit | ae97e6f8d3f0af894993ca71ec2f1c5577646e94 (patch) | |
| tree | 5f300627a6ebd7b01d596e2b0bcaa3f3e6a82c93 | |
| parent | 53543d2aa36608966acda7a49276d7746df8ea3b (diff) | |
| download | rust-ae97e6f8d3f0af894993ca71ec2f1c5577646e94.tar.gz rust-ae97e6f8d3f0af894993ca71ec2f1c5577646e94.zip | |
mk: Remove check-syntax target
This appears to be redundantly named with a shortcut target for testing the syntax crate.
| -rw-r--r-- | mk/tests.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mk/tests.mk b/mk/tests.mk index 2161a53bb23..f7824304680 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -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 |
