pkgsrc/devel/googletest/buildlink3.mk
adam 4872470309 googletest: updated to 1.10.0
Release 1.10.0
1.10.0 Release reflects a current version of the project.
The 1.10.x will not consider any requests for any new features, The bug fix
requests will only be considered if proven "critical"

High Level Changes:
This release deprecated "....TEST_CASE" API in favor of "....TEST_SUITE". In a
nutshell if you have code that uses something like
"INSTANTIATE_TYPED_TEST_CASE_P " - this and all other "*_TEST_CASE " are now
deprecated in favor of more standard _TEST_SUITE.

There is also new powerful MOCK_METHOD macro.
2020-04-07 21:36:58 +00:00

13 lines
371 B
Makefile

# $NetBSD: buildlink3.mk,v 1.2 2020/04/07 21:36:58 adam Exp $
BUILDLINK_TREE+= googletest
.if !defined(GOOGLETEST_BUILDLINK3_MK)
GOOGLETEST_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.googletest+= googletest>=1.4.0
BUILDLINK_DEPMETHOD.googletest?= build
BUILDLINK_PKGSRCDIR.googletest?= ../../devel/googletest
.endif # GOOGLETEST_BUILDLINK3_MK
BUILDLINK_TREE+= -googletest