tweak custom_builder build test for additional coverage

This commit is contained in:
Josh Holtrop 2013-10-04 21:26:51 -04:00
parent e788f6ec25
commit e50aac31c9

View File

@ -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