explicitly set LD construction variable in one build test

This commit is contained in:
Josh Holtrop 2013-11-05 16:19:02 -05:00
parent b805e5379f
commit ddb5357b02

View File

@ -61,6 +61,7 @@ describe Rscons do
it 'prints commands as they are executed' do it 'prints commands as they are executed' do
test_dir('simple') test_dir('simple')
Rscons::Environment.new do |env| Rscons::Environment.new do |env|
env["LD"] = "gcc"
env.Program('simple', Dir['*.c']) env.Program('simple', Dir['*.c'])
end end
lines.should == [ lines.should == [