pkgsrc/devel/cmocka/Makefile
adam 08a6eaf5ed cmocka: updated to 1.1.3
cmocka version 1.1.3
* Fixed subunit output on failures
* Do not abort if a test is skipped
* Switched to Modern CMake

cmocka version 1.1.2
* Added function to filter tests (cmocka_set_test_filter)
* Added new mocking example (uptime)
* Fixed fixture error reporting
* Fixed compiler flags detection
* Some improvement for API documentation

cmocka: version 1.1.1
* Fixed TAP output
* Fixed cmocka on Windows x64
* Fixed xUnit output durations

cmocka: version 1.1.0
* Added support to catch multiple exceptions
* Added support to verify call ordering
* Added support to pass initial data to test cases
* Added will_return_maybe() for ignoring mock returns
* Added subtests for groups using TAP output
* Added support to write multiple XML files for groups
* Improved documentation
* Fixed XML output generataion
* Fixed Windows builds with VS2015
2018-12-03 15:16:33 +00:00

21 lines
479 B
Makefile

# $NetBSD: Makefile,v 1.6 2018/12/03 15:16:33 adam Exp $
DISTNAME= cmocka-1.1.3
CATEGORIES= devel
MASTER_SITES= https://cmocka.org/files/${PKGVERSION_NOREV:R}/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://cmocka.org/
COMMENT= Unit testing framework for C supporing mock objects
LICENSE= apache-2.0
USE_CMAKE= yes
CONFIGURE_DIRS= ${WRKDIR}/build
CMAKE_ARG_PATH= ${WRKSRC}
post-extract:
${MKDIR} ${WRKDIR}/build
.include "../../mk/bsd.pkg.mk"