diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-09-06 06:47:54 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-09-06 06:47:54 -0700 |
| commit | 84bfb2a7f103221faf5a5d978cbfbd3f6ca9baba (patch) | |
| tree | ffed147d3d863b66507785fc2ea52fb47a04cf36 | |
| parent | e01c5a2b5b669cfccd43d8fb4d59bb9901cb465a (diff) | |
| parent | 4ef8c5ab28acf612fb6b3bdf41093fa6e4a58b6e (diff) | |
| download | mruby-84bfb2a7f103221faf5a5d978cbfbd3f6ca9baba.tar.gz mruby-84bfb2a7f103221faf5a5d978cbfbd3f6ca9baba.zip | |
Merge pull request #456 from joequery/test_info
Add more info on how to run tests
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | test/README.md | 7 |
2 files changed, 12 insertions, 0 deletions
@@ -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 + |
