Permit installation of googletest

This commit is contained in:
Roger Leigh 2020-10-19 12:48:43 +01:00
parent 7f422af789
commit a96e15ec16
2 changed files with 0 additions and 10 deletions

View File

@ -36,14 +36,6 @@ module Homebrew
lzma is now part of the xz formula: lzma is now part of the xz formula:
brew install xz brew install xz
EOS EOS
when "gtest", "googletest", "google-test" then <<~EOS
Installing gtest system-wide is not recommended; it should be vendored
in your projects that use it.
EOS
when "gmock", "googlemock", "google-mock" then <<~EOS
Installing gmock system-wide is not recommended; it should be vendored
in your projects that use it.
EOS
when "sshpass" then <<~EOS when "sshpass" then <<~EOS
We won't add sshpass because it makes it too easy for novice SSH users to We won't add sshpass because it makes it too easy for novice SSH users to
ruin SSH's security. ruin SSH's security.

View File

@ -23,8 +23,6 @@ describe Homebrew::MissingFormula do
it { is_expected.to disallow("pil") } it { is_expected.to disallow("pil") }
it { is_expected.to disallow("macruby") } it { is_expected.to disallow("macruby") }
it { is_expected.to disallow("lzma") } it { is_expected.to disallow("lzma") }
it { is_expected.to disallow("gtest") }
it { is_expected.to disallow("gmock") }
it { is_expected.to disallow("sshpass") } it { is_expected.to disallow("sshpass") }
it { is_expected.to disallow("gsutil") } it { is_expected.to disallow("gsutil") }
it { is_expected.to disallow("gfortran") } it { is_expected.to disallow("gfortran") }