Files
mruby-mruby/mrbgems/mruby-test
Yukihiro "Matz" Matsumoto a20fbe54b9 mrbgems/mruby-test/mrbgem.rake: stop mrb isolation for each test file
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.)
2023-08-30 18:32:48 +09:00
..
2022-11-13 16:32:38 +10:00

Running Tests

To run the tests, execute the following from the project's root directory.

$ make test