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:
nibbles 2bits 2012-09-05 08:50:40 -07:00 committed by Jack Nagel
parent 98317ae164
commit 5ee5e7b67a

View file

@ -2,8 +2,13 @@ require 'formula'
class Cpputest < Formula class Cpputest < Formula
homepage 'http://www.cpputest.org/' homepage 'http://www.cpputest.org/'
url 'http://downloads.sourceforge.net/project/cpputest/cpputest/v2.3/CppUTest-v2.3.zip' url 'http://sourceforge.net/projects/cpputest/files/cpputest/v3.1/CppUTest-v3.1.zip'
sha1 '0abd7abfbafdeaffcff6083fd8c3e20408bd0d5a' sha1 '8ff6b764a9ca6202582ae0c94545f56b921f39d5'
fails_with :clang do
build 421
cause 'Uses -lgcov which only comes with llvm or gcc'
end
def install def install
system "make" system "make"