Pend make option test on mswin platform
This commit is contained in:
parent
fb39128dce
commit
4099b04c09
@ -83,6 +83,8 @@ install:
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_custom_make_with_options
|
def test_custom_make_with_options
|
||||||
|
pend "native windows platform only provides nmake" if vc_windows?
|
||||||
|
|
||||||
ENV["make"] = "make V=1"
|
ENV["make"] = "make V=1"
|
||||||
results = []
|
results = []
|
||||||
File.open File.join(@ext, "Makefile"), "w" do |io|
|
File.open File.join(@ext, "Makefile"), "w" do |io|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user