summaryrefslogtreecommitdiffhomepage
path: root/build_config.rb
diff options
context:
space:
mode:
authorMasaki Muranaka <[email protected]>2013-04-07 01:06:50 +0900
committerMasaki Muranaka <[email protected]>2013-04-07 01:06:50 +0900
commit6e28c0eb28811a06ca90b38d6b448d785f52b50a (patch)
treeb94c6af9efa5334ee72578579a88ab16da7f36bd /build_config.rb
parente885e59d4537f164b600d2fc579cc195cc8df76f (diff)
downloadmruby-6e28c0eb28811a06ca90b38d6b448d785f52b50a.tar.gz
mruby-6e28c0eb28811a06ca90b38d6b448d785f52b50a.zip
Add "test runner" support for cross builds.
"test runner" means target simulator like QEmu, GDB sim, and so on. Also "test runner" might be debug agents for real targets. If you do not setup test_runner, Rake will work same as before.
Diffstat (limited to 'build_config.rb')
-rw-r--r--build_config.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_config.rb b/build_config.rb
index 5ea4aad4f..670721ee3 100644
--- a/build_config.rb
+++ b/build_config.rb
@@ -114,4 +114,7 @@ end
# conf.build_mrbtest_lib_only
#
# conf.gem 'examples/mrbgems/c_and_ruby_extension_example'
+#
+# conf.test_runner.command = 'env'
+#
# end