forked from Lainports/freebsd-ports
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>
18 lines
287 B
Makefile
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>
|