From 59074e91d69417f0cf00e4cc9d674431a1e5963f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 4 Jul 2016 18:35:03 +0100 Subject: diagnostic: more porting to generic OS. (#449) --- Library/Homebrew/extend/os/mac/diagnostic.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Library/Homebrew/extend') 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? -- cgit v1.2.3