diff options
| author | Carson McDonald <[email protected]> | 2013-01-30 05:36:03 -0500 |
|---|---|---|
| committer | Carson McDonald <[email protected]> | 2013-01-30 05:36:03 -0500 |
| commit | c1ca6621700fcc486daed1209d0a9b0440a985bf (patch) | |
| tree | 4531a86aeed6ecb31fa261cabf61a5b1ee7d4f3e /examples/mrbgems/ruby_extension_example | |
| parent | 33081f52ab7f3363f5811ae4101ee81fbf0e86fd (diff) | |
| download | mruby-c1ca6621700fcc486daed1209d0a9b0440a985bf.tar.gz mruby-c1ca6621700fcc486daed1209d0a9b0440a985bf.zip | |
Changed variable $test_args to constant TEST_ARGS
Diffstat (limited to 'examples/mrbgems/ruby_extension_example')
| -rw-r--r-- | examples/mrbgems/ruby_extension_example/mrbgem.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mrbgems/ruby_extension_example/mrbgem.rake b/examples/mrbgems/ruby_extension_example/mrbgem.rake index 4429460e9..3a80b5cd7 100644 --- a/examples/mrbgems/ruby_extension_example/mrbgem.rake +++ b/examples/mrbgems/ruby_extension_example/mrbgem.rake @@ -18,6 +18,6 @@ MRuby::Gem::Specification.new('ruby_extension_example') do |spec| # spec.test_objs = Dir.glob("#{dir}/test/*.{c,cpp,m,asm,S}").map { |f| objfile(f.relative_path_from(dir).pathmap("#{build_dir}/%X")) } # spec.test_preload = 'test/assert.rb' - # Values accessible as $test_args inside test scripts + # Values accessible as TEST_ARGS inside test scripts # spec.test_args = {'tmp_dir' => Dir::tmpdir} end |
