Merge pull request #456 from joequery/test_info

Add more info on how to run tests
This commit is contained in:
Yukihiro "Matz" Matsumoto
2012-09-06 06:47:54 -07:00
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