Test of set_debug_symbols
This commit is contained in:
parent
936d363c44
commit
45d8f3789f
@ -205,5 +205,12 @@ describe "ENV" do
|
||||
expect(env["HOMEBREW_CCCFG"]).to include("g")
|
||||
end
|
||||
end
|
||||
|
||||
describe "#set_debug_symbols" do
|
||||
it "sets the debug symbols flag" do
|
||||
env.set_debug_symbols
|
||||
expect(env["HOMEBREW_CCCFG"]).to include("D")
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user