aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cpputest.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/cpputest.rb')
-rw-r--r--Library/Formula/cpputest.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Formula/cpputest.rb b/Library/Formula/cpputest.rb
index 3197fd620..522caf013 100644
--- a/Library/Formula/cpputest.rb
+++ b/Library/Formula/cpputest.rb
@@ -5,11 +5,6 @@ class Cpputest < Formula
url 'https://github.com/cpputest/cpputest/archive/v3.4.tar.gz'
sha1 'ecd53f5b1a92a1f2291249ce69f544392f5a8462'
- fails_with :clang do
- build 425
- cause 'Uses -lgcov which only comes with llvm or gcc'
- end
-
def install
system "./configure", "--prefix=#{prefix}"
system "make install"