mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
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.
This commit is contained in:
parent
322ff1d62d
commit
356b28794d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221573
@ -446,6 +446,7 @@
|
||||
SUBDIR += gonzui
|
||||
SUBDIR += google-perftools
|
||||
SUBDIR += google-sparsehash
|
||||
SUBDIR += googletest
|
||||
SUBDIR += gorm
|
||||
SUBDIR += gperf
|
||||
SUBDIR += gpsim
|
||||
|
23
devel/googletest/Makefile
Normal file
23
devel/googletest/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: googletest
|
||||
# Date created: Oct 14, 2008
|
||||
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= googletest
|
||||
PORTVERSION= 1.1.0
|
||||
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
|
||||
|
||||
#regression-test:
|
||||
# cd ${WRKSRC}; ${MAKE} check
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/googletest/distinfo
Normal file
3
devel/googletest/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gtest-1.1.0.tar.gz) = bd4a018ebfab798f7f608f920f460936
|
||||
SHA256 (gtest-1.1.0.tar.gz) = 4dd99e57cc258b88a4d163bfc031d54b2806b76ee27f36a5ffe581ade8102c11
|
||||
SIZE (gtest-1.1.0.tar.gz) = 522308
|
9
devel/googletest/pkg-descr
Normal file
9
devel/googletest/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
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.
|
||||
|
||||
WWW: http://code.google.com/p/googletest/
|
25
devel/googletest/pkg-plist
Normal file
25
devel/googletest/pkg-plist
Normal file
@ -0,0 +1,25 @@
|
||||
bin/gtest-config
|
||||
include/gtest/gtest.h
|
||||
include/gtest/gtest-death-test.h
|
||||
include/gtest/gtest-message.h
|
||||
include/gtest/gtest-spi.h
|
||||
include/gtest/gtest_pred_impl.h
|
||||
include/gtest/gtest_prod.h
|
||||
include/gtest/gtest-typed-test.h
|
||||
include/gtest/internal/gtest-death-test-internal.h
|
||||
include/gtest/internal/gtest-filepath.h
|
||||
include/gtest/internal/gtest-internal.h
|
||||
include/gtest/internal/gtest-port.h
|
||||
include/gtest/internal/gtest-string.h
|
||||
include/gtest/internal/gtest-type-util.h
|
||||
lib/libgtest.so.0
|
||||
lib/libgtest.so
|
||||
lib/libgtest.la
|
||||
lib/libgtest.a
|
||||
lib/libgtest_main.so.0
|
||||
lib/libgtest_main.so
|
||||
lib/libgtest_main.la
|
||||
lib/libgtest_main.a
|
||||
share/aclocal/gtest.m4
|
||||
@dirrm include/gtest/internal
|
||||
@dirrm include/gtest
|
Loading…
Reference in New Issue
Block a user