googletest: updated to 1.13.0

v1.13.0

C++ Language Support

GoogleTest now requires at least C++14 and follows Google's Foundational C++ Support Policy. See this table for a list of currently supported versions compilers, platforms, and build tools.

Notable Changes

Floating point prints full precision by default to aid in debugging (9c33214)
GTEST_FAIL_AT now terminates the test (like ASSERT_*), rather than failing and continuing (like EXPECT_*) (6f14952)
Added testing::SrcDir(), which returns the configured directory for test data files (912db74)
This commit is contained in:
adam 2023-03-03 09:58:34 +00:00
parent 85c64140ec
commit 27abf9a0ee
2 changed files with 11 additions and 13 deletions

View file

@ -1,24 +1,22 @@
# $NetBSD: Makefile,v 1.22 2023/01/24 18:36:22 wiz Exp $
# $NetBSD: Makefile,v 1.23 2023/03/03 09:58:34 adam Exp $
DISTNAME= googletest-1.12.1
DISTNAME= googletest-1.13.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
GITHUB_TAG= release-${PKGVERSION_NOREV}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= reed@reedmedia.net
HOMEPAGE= https://github.com/google/googletest
COMMENT= Google's C++ testing framework
LICENSE= modified-bsd
INSTALLATION_DIRS= bin
USE_LANGUAGES= c c++11
USE_LANGUAGES= c c++14
# cc1plus: error: unrecognized command line option "-std=c++11"
GCC_REQD+= 4.8
GCC_REQD+= 7
CFLAGS+= -fPIE
CXXFLAGS+= -fPIE
CFLAGS+= -fPIE
CXXFLAGS+= -fPIE
PKGCONFIG_OVERRIDE+= googlemock/cmake/gmock.pc.in
PKGCONFIG_OVERRIDE+= googlemock/cmake/gmock_main.pc.in

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.14 2022/07/03 13:36:45 wiz Exp $
$NetBSD: distinfo,v 1.15 2023/03/03 09:58:34 adam Exp $
BLAKE2s (googletest-1.12.1.tar.gz) = e922ffca935005022fa75550fe5d8ea68341cdac406a7082d7d7ae1a6ca35b7f
SHA512 (googletest-1.12.1.tar.gz) = a9104dc6c53747e36e7dd7bb93dfce51a558bd31b487a9ef08def095518e1296da140e0db263e0644d9055dbd903c0cb69380cb2322941dbfb04780ef247df9c
Size (googletest-1.12.1.tar.gz) = 854944 bytes
BLAKE2s (googletest-1.13.0.tar.gz) = 5ca3858ed2cc9133d01cbccba93f15515b14c447e6543b10bf206e5a0e63ce00
SHA512 (googletest-1.13.0.tar.gz) = 70c0cfb1b4147bdecb467ecb22ae5b5529eec0abc085763213a796b7cdbd81d1761d12b342060539b936fa54f345d33f060601544874d6213fdde79111fa813e
Size (googletest-1.13.0.tar.gz) = 862871 bytes