From b36f59dd3c8a3bf95eeb715e3fdd05bce2ccdc75 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 18 Mar 2012 13:58:13 -0500 Subject: New fails_with infrastructure - Formulae can now declare failures on any compiler. - FailsWithLLVM and associated formula elements have been moved to compat. Signed-off-by: Jack Nagel --- Library/Homebrew/test/testing_env.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Homebrew/test/testing_env.rb') diff --git a/Library/Homebrew/test/testing_env.rb b/Library/Homebrew/test/testing_env.rb index c0556651c..1e183287a 100644 --- a/Library/Homebrew/test/testing_env.rb +++ b/Library/Homebrew/test/testing_env.rb @@ -9,6 +9,7 @@ ABS__FILE__=File.expand_path(__FILE__) $:.push(File.expand_path(__FILE__+'/../..')) require 'extend/pathname' require 'exceptions' +require 'utils' # these are defined in global.rb, but we don't want to break our actual # homebrew tree, and we do want to test everything :) -- cgit v1.2.3