2013-09-20 19:04:43 +02:00
|
|
|
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
Google's framework for writing C++ tests on a variety of platforms
(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian).
Based on the xUnit architecture. Supports automatic test discovery,
a rich set of assertions, user-defined assertions, death tests,
fatal and non-fatal failures, type-parameterized tests, various options
for running the tests, and XML test report generation.
2008-10-14 10:01:13 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= googletest
|
2010-06-08 10:55:50 +02:00
|
|
|
PORTVERSION= 1.5.0
|
Google's framework for writing C++ tests on a variety of platforms
(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian).
Based on the xUnit architecture. Supports automatic test discovery,
a rich set of assertions, user-defined assertions, death tests,
fatal and non-fatal failures, type-parameterized tests, various options
for running the tests, and XML test report generation.
2008-10-14 10:01:13 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
DISTNAME= gtest-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
|
|
COMMENT= A framework for writing C++ tests on a variety of platforms
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
2010-06-08 10:55:50 +02:00
|
|
|
USE_PYTHON_BUILD= yes
|
Google's framework for writing C++ tests on a variety of platforms
(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian).
Based on the xUnit architecture. Supports automatic test discovery,
a rich set of assertions, user-defined assertions, death tests,
fatal and non-fatal failures, type-parameterized tests, various options
for running the tests, and XML test report generation.
2008-10-14 10:01:13 +02:00
|
|
|
|
2013-09-20 19:04:43 +02:00
|
|
|
NO_STAGE= yes
|
2009-11-17 08:23:19 +01:00
|
|
|
regression-test:
|
|
|
|
cd ${WRKSRC}; ${MAKE} check
|
Google's framework for writing C++ tests on a variety of platforms
(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian).
Based on the xUnit architecture. Supports automatic test discovery,
a rich set of assertions, user-defined assertions, death tests,
fatal and non-fatal failures, type-parameterized tests, various options
for running the tests, and XML test report generation.
2008-10-14 10:01:13 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|