freebsd-ports/devel/cpputest/Makefile
Pawel Pekala 8adc99e89b CppUTest is a C /C++ based unit xUnit test framework for unit testing and for
test-driving your code. It is written in C++ but is used in C and C++ projects
and frequently used in embedded systems.

CppUTest's core design principles:

* Simple to use and small
* Portable to old and new platforms
* Build with Test-driven Development in mind

WWW: https://cpputest.github.io/

PR:		209622
Submitted by:	Akos Somfai <akos.somfai@gmail.com>
2016-05-27 11:29:25 +00:00

18 lines
287 B
Makefile

# $FreeBSD$
PORTNAME= cpputest
PORTVERSION= 3.7.1
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= akos.somfai@gmail.com
COMMENT= Unit testing and mocking framework for C/C++
LICENSE= BSD3CLAUSE
USE_GITHUB= yes
USES= autoreconf libtool
GNU_CONFIGURE= yes
.include <bsd.port.mk>