1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

nmake doesn't out put targets

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2013-08-02 01:15:32 +00:00
parent 63ed837188
commit 3f109150e0

View file

@ -55,8 +55,10 @@ install:
refute_match %r%"DESTDIR=#{ENV['DESTDIR']}" install$%, results
end
assert_match %r%^all: destination$%, results
assert_match %r%^install: destination$%, results
if /nmake/ !~ results
assert_match %r%^all: destination$%, results
assert_match %r%^install: destination$%, results
end
end
def test_build_extensions_none