pkgsrc/devel/catch2/Makefile
wiz 63cf24faa5 catch2: update to 2.13.3.
Fixes

    Fixed possible infinite loop when combining generators with section filter (-c option) (#2025)

Miscellaneous

    Fixed ParseAndAddCatchTests not finding TEST_CASEs without tags (#2055, #2056)
    ParseAndAddCatchTests supports CMP0110 policy for changing behaviour of add_test (#2057)
        This was the shortlived change in CMake 3.18.0 that temporarily broke ParseAndAddCatchTests
2020-11-09 14:25:55 +00:00

25 lines
601 B
Makefile

# $NetBSD: Makefile,v 1.8 2020/11/09 14:25:55 wiz Exp $
DISTNAME= Catch2-2.13.3
PKGNAME= ${DISTNAME:tl}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=catchorg/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= bsiegert@NetBSD.org
HOMEPAGE= https://github.com/catchorg/Catch2/
COMMENT= C++ header-only test framework for unit tests
LICENSE= boost-license
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++14
USE_CMAKE= yes
CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ..
CMAKE_ARGS+= -DBUILD_TESTING=OFF
pre-configure:
${MKDIR} ${WRKSRC}/build
.include "../../mk/bsd.pkg.mk"