summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaboon <laboon@gmail.com>2016-05-12 19:59:44 -0400
committerlaboon <laboon@gmail.com>2016-05-12 19:59:44 -0400
commit6e71d20086e5f20d6227524049d6e0fc701d85d0 (patch)
tree648fff03e96b4b63ecb0377a852b13291e6b141f
parent3a172ccf30162a8e6d372becca3d772ec15e3f07 (diff)
Add directions on running tests
-rw-r--r--tests/tests1.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tests1.rs b/tests/tests1.rs
index 15f810a..e189f93 100644
--- a/tests/tests1.rs
+++ b/tests/tests1.rs
@@ -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 :)