tweak custom_builder build test for additional coverage
This commit is contained in:
parent
e788f6ec25
commit
e50aac31c9
@ -9,8 +9,7 @@ EOF
|
||||
end
|
||||
end
|
||||
|
||||
Rscons::Environment.new(echo: :short) do |env|
|
||||
env.add_builder(MySource.new)
|
||||
Rscons::Environment.new(echo: :short, builders: [MySource.new]) do |env|
|
||||
env.MySource('inc.h', [])
|
||||
env.Program('program', Dir['*.c'])
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user