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:
parent
63ed837188
commit
3f109150e0
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue