Update tests.mk

disable rusti tests, nothing's landing
This commit is contained in:
Graydon Hoare 2013-07-06 02:19:37 -07:00
parent 58eb70a5e2
commit f1159446ba
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# The names of crates that must be tested
TEST_TARGET_CRATES = std extra
TEST_HOST_CRATES = syntax rustc rustdoc rusti rust rustpkg
TEST_HOST_CRATES = syntax rustc rustdoc rust rustpkg
TEST_CRATES = $(TEST_TARGET_CRATES) $(TEST_HOST_CRATES)
# Markdown files under doc/ that should have their code extracted and run