summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-04-05 19:32:45 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-04-05 19:32:45 +0900
commit237feb7d39586df04188ebb5cada2b2e3c974969 (patch)
tree1e20f3c781bf9668997e643609af34592a238500 /test
parent4f3f22ec62f29f568a06cd4f244da9fead9fb8b3 (diff)
parent0ad9b900a5ba8b6d81323b99bd185fdf3f2dcaa7 (diff)
downloadmruby-237feb7d39586df04188ebb5cada2b2e3c974969.tar.gz
mruby-237feb7d39586df04188ebb5cada2b2e3c974969.zip
Merge pull request #2014 from kyab/fix_msvc_build_test
Fix 'make test' fail to build on Windows(MSVC)
Diffstat (limited to 'test')
-rw-r--r--test/mrbtest.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mrbtest.rake b/test/mrbtest.rake
index 1c52eafbd..e8eb6addd 100644
--- a/test/mrbtest.rake
+++ b/test/mrbtest.rake
@@ -16,7 +16,7 @@ MRuby.each_target do
file mrbtest_lib => [mlib, ass_lib, gems.map(&:test_objs), gem_test_files].flatten do |t|
archiver.run t.name, t.prerequisites
end
- file mrbtest_lib => "#{build_dir}/test/no_mrb_open_test.o"
+ file mrbtest_lib => "#{build_dir}/test/no_mrb_open_test.c".ext(exts.object)
unless build_mrbtest_lib_only?
driver_obj = objfile("#{current_build_dir}/driver")