cpputest 3.1
- Upgrade cpputest to version 3.1 - Add a fails with clang because it uses -lgcov Closes Homebrew/homebrew#14739. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
98317ae164
commit
5ee5e7b67a
1 changed files with 7 additions and 2 deletions
|
@ -2,8 +2,13 @@ require 'formula'
|
|||
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue