mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
f209f781ac
- `mrbgemtest_init()` is needed if `DISABLE_GEMS` is enabled because core tests are run as part of `mruby-test` mrbgem (moreover, `DISABLE_GEMS` is disabled when `enable_test` is used in build config). - For the same reason `mrb_open_core()` etc for core tests is unneeded.
Running Tests
To run the tests, execute the following from the project's root directory.
$ make test