Add directions on running tests

This commit is contained in:
laboon 2016-05-12 19:59:44 -04:00
parent 3a172ccf30
commit 6e71d20086
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
// Tests are important to ensure that your code does what you think it should do.
// Tests can be run on this file with the following command:
// rustc --test tests1.rs
// This test has a problem with it -- make the test compile! Make the test
// pass! Make the test fail! Scroll down for hints :)