Skip to content
Snippets Groups Projects
Unverified Commit 7a3c43e3 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #8947 from rleigh-codelibre/8935_permit_googletest

Permit installation of googletest
parents 914483b1 a96e15ec
No related branches found
No related tags found
No related merge requests found
......@@ -36,14 +36,6 @@ module Homebrew
lzma is now part of the xz formula:
brew install xz
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
We won't add sshpass because it makes it too easy for novice SSH users to
ruin SSH's security.
......
......@@ -23,8 +23,6 @@ describe Homebrew::MissingFormula do
it { is_expected.to disallow("pil") }
it { is_expected.to disallow("macruby") }
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("gsutil") }
it { is_expected.to disallow("gfortran") }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment