From 6e28c0eb28811a06ca90b38d6b448d785f52b50a Mon Sep 17 00:00:00 2001 From: Masaki Muranaka Date: Sun, 7 Apr 2013 01:06:50 +0900 Subject: 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. --- build_config.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build_config.rb') 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 -- cgit v1.2.3