summaryrefslogtreecommitdiffhomepage
path: root/tasks/mruby_build.rake
diff options
context:
space:
mode:
authorZachary Scott <[email protected]>2015-08-22 10:21:52 -0400
committerZachary Scott <[email protected]>2015-08-22 10:21:52 -0400
commit133d57cb0d989b956bac899ccc5171351d15fc06 (patch)
tree772975422da7d0bb9d23ec44746677a2dd64869b /tasks/mruby_build.rake
parentc7d0f8ebcbcd21fbe624bfd1e9b43a8037703a6d (diff)
downloadmruby-133d57cb0d989b956bac899ccc5171351d15fc06.tar.gz
mruby-133d57cb0d989b956bac899ccc5171351d15fc06.zip
Add mruby-test build config and update :test task to use mrbgem binary
Removed old mrbgems_test.rake which was merged into mrbgem spec
Diffstat (limited to 'tasks/mruby_build.rake')
-rw-r--r--tasks/mruby_build.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/mruby_build.rake b/tasks/mruby_build.rake
index 9f8b4eda5..b3a5dcdad 100644
--- a/tasks/mruby_build.rake
+++ b/tasks/mruby_build.rake
@@ -249,7 +249,7 @@ EOS
def run_test
puts ">>> Test #{name} <<<"
- mrbtest = exefile("#{build_dir}/test/mrbtest")
+ mrbtest = exefile("#{build_dir}/bin/mrbtest")
sh "#{filename mrbtest.relative_path}#{$verbose ? ' -v' : ''}"
puts
run_bintest if @enable_bintest