1. 03 Sep, 2015 1 commit
    • Zachary Scott's avatar
      Add build_mrbtest after config block is evaluated · bacb8268
      Zachary Scott authored
      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
      bacb8268
  2. 02 Sep, 2015 15 commits
  3. 01 Sep, 2015 7 commits
  4. 31 Aug, 2015 4 commits
  5. 27 Aug, 2015 3 commits
  6. 22 Aug, 2015 6 commits
  7. 21 Aug, 2015 4 commits