summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorJoseph McCullough <[email protected]>2012-09-06 07:48:59 -0500
committerJoseph McCullough <[email protected]>2012-09-06 07:49:14 -0500
commit4ef8c5ab28acf612fb6b3bdf41093fa6e4a58b6e (patch)
tree034ab205acc4c73e32961158f00452d9675c73ed /test
parent7f30385d4ad468ea51996a22eaa636ec903f6885 (diff)
downloadmruby-4ef8c5ab28acf612fb6b3bdf41093fa6e4a58b6e.tar.gz
mruby-4ef8c5ab28acf612fb6b3bdf41093fa6e4a58b6e.zip
Add more info on how to run tests
Diffstat (limited to 'test')
-rw-r--r--test/README.md7
1 files changed, 7 insertions, 0 deletions
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
+