diff options
| author | Graydon Hoare <graydon@pobox.com> | 2013-07-06 02:19:37 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@pobox.com> | 2013-07-06 02:19:37 -0700 |
| commit | f1159446ba85fbf6e1ab9ae1f412abddc195142d (patch) | |
| tree | a8118d01e7dabe0b83439e0e8f2c4ecb28aa1004 | |
| parent | 58eb70a5e2ce6602e5685f5cc18ab2fe0c327020 (diff) | |
Update tests.mk
disable rusti tests, nothing's landing
| -rw-r--r-- | mk/tests.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/tests.mk b/mk/tests.mk index 35d567ef771..9a991c15197 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -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 |
