Add more info on how to run tests

This commit is contained in:
Joseph McCullough
2012-09-06 07:48:59 -05:00
parent 7f30385d4a
commit 4ef8c5ab28
2 changed files with 12 additions and 0 deletions
+5
View File
@@ -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
+7
View File
@@ -0,0 +1,7 @@
Running Tests
=============
To run the tests, execute the following from the project's root directory.
$ make test