Skip to content

Commit

Permalink
cpputest 3.1
Browse files Browse the repository at this point in the history
- Upgrade cpputest to version 3.1
- Add a fails with clang because it uses -lgcov

Closes Homebrew#14739.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
nibbles 2bits authored and jacknagel committed Sep 5, 2012
1 parent 757fee3 commit 918021c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Library/Formula/cpputest.rb
Expand Up @@ -2,8 +2,13 @@

class Cpputest < Formula
homepage 'http://www.cpputest.org/'
url 'http://downloads.sourceforge.net/project/cpputest/cpputest/v2.3/CppUTest-v2.3.zip'
sha1 '0abd7abfbafdeaffcff6083fd8c3e20408bd0d5a'
url 'http://sourceforge.net/projects/cpputest/files/cpputest/v3.1/CppUTest-v3.1.zip'
sha1 '8ff6b764a9ca6202582ae0c94545f56b921f39d5'

fails_with :clang do
build 421
cause 'Uses -lgcov which only comes with llvm or gcc'
end

def install
system "make"
Expand Down

0 comments on commit 918021c

Please sign in to comment.