Files
mruby-mruby/mrbgems
Zachary Scott bacb826868 Add build_mrbtest after config block is evaluated
This allows us to add `enable_test` anywhere in a build target,
without having to worry about the order in which they are included.

Previously, there was a bug that occured when adding 'mruby-test' gem
to dependencies before additional gems.

Instead of adding the 'mruby-test' gem dependency manually to a test build,
we now only need to call `enable_test` in the target. This also allows us to
call `test_enabled?` downstream when running mruby tests ourselves.

/cc #2924
2015-09-03 01:02:53 -04:00
..
2014-12-11 06:54:15 +09:00
2014-08-22 16:51:04 +09:00
2014-03-25 22:33:53 +09:00
2015-09-01 20:54:27 -04:00