diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-09-06 22:48:06 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-09-06 22:48:06 +0900 |
| commit | fc52d2d6e076248c86525b30d9ea62ecfbcfb12e (patch) | |
| tree | d1008658d0749833b9859930c49b81a2bc5bbb35 | |
| parent | 3c95aff5acbd11089aa060168958ab80cb5162dc (diff) | |
| parent | 84bfb2a7f103221faf5a5d978cbfbd3f6ca9baba (diff) | |
| download | mruby-fc52d2d6e076248c86525b30d9ea62ecfbcfb12e.tar.gz mruby-fc52d2d6e076248c86525b30d9ea62ecfbcfb12e.zip | |
Merge branch 'master' of github.com:mruby/mruby
| -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 + |
