brew test now gets a compilation environment
This commit is contained in:
parent
c59be1a930
commit
33221835dc
@ -1,3 +1,10 @@
|
||||
require 'extend/ENV'
|
||||
require 'hardware'
|
||||
require 'keg'
|
||||
|
||||
ENV.extend(HomebrewEnvExtension)
|
||||
ENV.setup_build_environment
|
||||
|
||||
module Homebrew extend self
|
||||
def test
|
||||
raise KegUnspecifiedError if ARGV.named.empty?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user