aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/extend')
-rw-r--r--Library/Homebrew/extend/os/mac/diagnostic.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/Library/Homebrew/extend/os/mac/diagnostic.rb b/Library/Homebrew/extend/os/mac/diagnostic.rb
index 31830e4af..37c1efdc2 100644
--- a/Library/Homebrew/extend/os/mac/diagnostic.rb
+++ b/Library/Homebrew/extend/os/mac/diagnostic.rb
@@ -1,6 +1,16 @@
module Homebrew
module Diagnostic
class Checks
+ def all_development_tools_checks
+ %w[
+ check_for_unsupported_osx
+ check_for_bad_install_name_tool
+ check_for_installed_developer_tools
+ check_xcode_license_approved
+ check_for_osx_gcc_installer
+ ]
+ end
+
def check_for_unsupported_osx
return if ARGV.homebrew_developer?