Skip to content

Commit

Permalink
Merge pull request #499 from xu-cheng/openssl
Browse files Browse the repository at this point in the history
openssl: run make test on all arches
  • Loading branch information
xu-cheng committed Apr 21, 2016
1 parent f9b7627 commit cc8d4fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Formula/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,7 @@ def install
system "perl", "./Configure", *(configure_args + arch_args[arch])
system "make", "depend"
system "make"

if (MacOS.prefer_64_bit? || arch == MacOS.preferred_arch) && build.with?("test")
system "make", "test"
end
system "make", "test" if build.with?("test")

if build.universal?
cp "include/openssl/opensslconf.h", dir
Expand Down

0 comments on commit cc8d4fe

Please sign in to comment.