about summary refs log tree commit diff
path: root/mk/tests.mk
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-08-20 15:01:55 -0700
committerbors <bors@rust-lang.org>2013-08-20 15:01:55 -0700
commit3cd978fbc75a691a144dcafe99a08531a424fcd0 (patch)
tree8356d2a75fc7d2784840df899365d02a3d146655 /mk/tests.mk
parent293660d44347967cbb724d1ff94b90d635c2c64f (diff)
parentef5d537010dbc7192b15e44ac01c62af45de4df9 (diff)
downloadrust-3cd978fbc75a691a144dcafe99a08531a424fcd0.tar.gz
rust-3cd978fbc75a691a144dcafe99a08531a424fcd0.zip
auto merge of #8563 : graydon/rust/2013-08-16-condition-tutorial, r=catamorphism
First cut of a tutorial on conditions.

cc: #6701 
Diffstat (limited to 'mk/tests.mk')
-rw-r--r--mk/tests.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/tests.mk b/mk/tests.mk
index e644248c370..4732f808457 100644
--- a/mk/tests.mk
+++ b/mk/tests.mk
@@ -19,7 +19,8 @@ TEST_HOST_CRATES = rust rusti rustpkg rustc rustdoc syntax
 TEST_CRATES = $(TEST_TARGET_CRATES) $(TEST_HOST_CRATES)
 
 # Markdown files under doc/ that should have their code extracted and run
-DOC_TEST_NAMES = tutorial tutorial-ffi tutorial-macros tutorial-borrowed-ptr tutorial-tasks rust
+DOC_TEST_NAMES = tutorial tutorial-ffi tutorial-macros tutorial-borrowed-ptr \
+                 tutorial-tasks tutorial-conditions rust
 
 ######################################################################
 # Environment configuration