explicitly set LD construction variable in one build test
This commit is contained in:
parent
b805e5379f
commit
ddb5357b02
@ -61,6 +61,7 @@ describe Rscons do
|
||||
it 'prints commands as they are executed' do
|
||||
test_dir('simple')
|
||||
Rscons::Environment.new do |env|
|
||||
env["LD"] = "gcc"
|
||||
env.Program('simple', Dir['*.c'])
|
||||
end
|
||||
lines.should == [
|
||||
|
Loading…
x
Reference in New Issue
Block a user