2013-08-07 21:31:12 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2013/08/07 21:31:35 naddy Exp $
|
Import gtest 1.4.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, value- and type-parameterized tests, various
options for running the tests, and XML test report generation.
From MAINTAINER Vincent Auclair (thanks!) @ ACSEL
2009-12-31 11:21:13 +00:00
|
|
|
|
|
|
|
COMMENT = C++ unit test framework
|
|
|
|
|
|
|
|
DISTNAME = gtest-1.4.0
|
2013-08-07 21:31:12 +00:00
|
|
|
REVISION = 1
|
Import gtest 1.4.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, value- and type-parameterized tests, various
options for running the tests, and XML test report generation.
From MAINTAINER Vincent Auclair (thanks!) @ ACSEL
2009-12-31 11:21:13 +00:00
|
|
|
|
|
|
|
SHARED_LIBS += gtest 0.0 # .0.0
|
|
|
|
SHARED_LIBS += gtest_main 0.0 # .0.0
|
|
|
|
|
|
|
|
CATEGORIES = devel
|
|
|
|
|
2013-08-07 21:31:12 +00:00
|
|
|
HOMEPAGE = https://code.google.com/p/googletest/
|
Import gtest 1.4.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, value- and type-parameterized tests, various
options for running the tests, and XML test report generation.
From MAINTAINER Vincent Auclair (thanks!) @ ACSEL
2009-12-31 11:21:13 +00:00
|
|
|
|
|
|
|
MAINTAINER = Vincent Auclair <auclair.vincent@gmail.com>
|
|
|
|
|
|
|
|
# New BSD
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2013-08-07 21:31:12 +00:00
|
|
|
MASTER_SITES = https://googletest.googlecode.com/files/
|
Import gtest 1.4.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, value- and type-parameterized tests, various
options for running the tests, and XML test report generation.
From MAINTAINER Vincent Auclair (thanks!) @ ACSEL
2009-12-31 11:21:13 +00:00
|
|
|
|
2012-03-29 13:38:12 +00:00
|
|
|
SEPARATE_BUILD = Yes
|
Import gtest 1.4.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, value- and type-parameterized tests, various
options for running the tests, and XML test report generation.
From MAINTAINER Vincent Auclair (thanks!) @ ACSEL
2009-12-31 11:21:13 +00:00
|
|
|
|
2011-11-04 09:18:43 +00:00
|
|
|
WANTLIB = m stdc++
|
|
|
|
|
Import gtest 1.4.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, value- and type-parameterized tests, various
options for running the tests, and XML test report generation.
From MAINTAINER Vincent Auclair (thanks!) @ ACSEL
2009-12-31 11:21:13 +00:00
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
|
|
|
|
|
2013-03-11 10:50:00 +00:00
|
|
|
NO_TEST = Yes
|
Import gtest 1.4.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, value- and type-parameterized tests, various
options for running the tests, and XML test report generation.
From MAINTAINER Vincent Auclair (thanks!) @ ACSEL
2009-12-31 11:21:13 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|