diff options
| author | Zachary Scott <[email protected]> | 2015-08-22 10:18:12 -0400 |
|---|---|---|
| committer | Zachary Scott <[email protected]> | 2015-08-22 10:18:12 -0400 |
| commit | 383a7d24d369bbd0e8813d7aabc587fb769e9d9c (patch) | |
| tree | 557c5d8d9263bd21a823a8bc497a91e7d00f634c /mrbgems/mruby-test/README.md | |
| parent | a1731254bee12c831ea1d509bf43520db1d0d9af (diff) | |
| download | mruby-383a7d24d369bbd0e8813d7aabc587fb769e9d9c.tar.gz mruby-383a7d24d369bbd0e8813d7aabc587fb769e9d9c.zip | |
Move test source code and rake task to mrbgem
Diffstat (limited to 'mrbgems/mruby-test/README.md')
| -rw-r--r-- | mrbgems/mruby-test/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mrbgems/mruby-test/README.md b/mrbgems/mruby-test/README.md new file mode 100644 index 000000000..fa4b91e3a --- /dev/null +++ b/mrbgems/mruby-test/README.md @@ -0,0 +1,7 @@ +Running Tests +============= + +To run the tests, execute the following from the project's root directory. + + $ make test + |
