openbsd-ports/devel/cpptest/Makefile
bentley 8ffe3ca5a2 Import cpptest-1.1.2.
CppTest is a portable and powerful, yet simple, unit testing framework
for handling automated tests in C++. The focus lies on usability and
extendability.

Several output formats, including simple text output, compiler-like
output and HTML, are supported and new ones are easily added.


ok sthen@ benoit@
2013-12-24 20:41:49 +00:00

26 lines
439 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/12/24 20:41:49 bentley Exp $
COMMENT = unit testing framework
DISTNAME = cpptest-1.1.2
SHARED_LIBS += cpptest 0.0 # 0.7
CATEGORIES = devel
HOMEPAGE = http://cpptest.sourceforge.net/
# LGPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += m stdc++
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=cpptest/}
CONFIGURE_STYLE = gnu
do-test:
${WRKSRC}/test/mytest
.include <bsd.port.mk>