summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2015-04-27 00:54:36 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2015-04-27 00:54:36 +0900
commitf1164487e1427c40e3a10ef0902a5905acc5f08a (patch)
tree68cad329ff30c6cb8a8ddf9a7db3f355057f6546 /Rakefile
parentbdb9d4d19c3120666aae2ae24602f2d5dec19bbd (diff)
parented3a25337226015ba0356a9027e0e4965b5788b3 (diff)
downloadmruby-f1164487e1427c40e3a10ef0902a5905acc5f08a.tar.gz
mruby-f1164487e1427c40e3a10ef0902a5905acc5f08a.zip
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index fee43217c..66f54a4e2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -29,6 +29,8 @@ load "#{MRUBY_ROOT}/tasks/libmruby.rake"
load "#{MRUBY_ROOT}/tasks/mrbgems_test.rake"
load "#{MRUBY_ROOT}/test/mrbtest.rake"
+load "#{MRUBY_ROOT}/tasks/benchmark.rake"
+
##############################
# generic build targets, rules
task :default => :all