mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
a20fbe54b9
It reduces the number of `mrb_state` initialization in `mrbtest`. But at the same time, each test in a gem shares states (classes, methods, etc.)
Running Tests
To run the tests, execute the following from the project's root directory.
$ make test