diff options
| author | bors <bors@rust-lang.org> | 2013-08-20 15:01:55 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-08-20 15:01:55 -0700 |
| commit | 3cd978fbc75a691a144dcafe99a08531a424fcd0 (patch) | |
| tree | 8356d2a75fc7d2784840df899365d02a3d146655 /configure | |
| parent | 293660d44347967cbb724d1ff94b90d635c2c64f (diff) | |
| parent | ef5d537010dbc7192b15e44ac01c62af45de4df9 (diff) | |
| download | rust-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 'configure')
| -rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure index 9129fc0e19e..a3291725703 100755 --- a/configure +++ b/configure @@ -740,6 +740,7 @@ do make_dir $h/test/doc-tutorial-macros make_dir $h/test/doc-tutorial-borrowed-ptr make_dir $h/test/doc-tutorial-tasks + make_dir $h/test/doc-tutorial-conditions make_dir $h/test/doc-rust done |
