summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md5
-rw-r--r--test/README.md7
2 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 41574cafd..27205ceec 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,11 @@ To subscribe to the mruby mailing list....[T.B.D.]
See the INSTALL file.
+## Running Tests
+
+To run the tests, execute the following from the project's root directory.
+
+ $ make test
## License
diff --git a/test/README.md b/test/README.md
new file mode 100644
index 000000000..fa4b91e3a
--- /dev/null
+++ b/test/README.md
@@ -0,0 +1,7 @@
+Running Tests
+=============
+
+To run the tests, execute the following from the project's root directory.
+
+ $ make test
+