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
|
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 == [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user