Skip to content

Commit 4099b04

Browse files
committed
Pend make option test on mswin platform
1 parent fb39128 commit 4099b04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/rubygems/test_gem_ext_builder.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ def test_class_make_no_clean
8383
end
8484

8585
def test_custom_make_with_options
86+
pend "native windows platform only provides nmake" if vc_windows?
87+
8688
ENV["make"] = "make V=1"
8789
results = []
8890
File.open File.join(@ext, "Makefile"), "w" do |io|

0 commit comments

Comments
 (0)