01cf7c011c
Packaged for wip by leo@ UnitTest++ is a lightweight unit testing framework for C++. It was designed to do test-driven development on a wide variety of platforms. Simplicity, portability, speed, and small footprint are all very important aspects of UnitTest++. UnitTest++ is mostly standard C++ and makes minimal use of advanced library and language features, which means it should be easily portable to just about any platform.
12 lines
349 B
Makefile
12 lines
349 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2019/06/23 09:40:54 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= unittest-cpp
|
|
|
|
.if !defined(UNITTEST_CPP_BUILDLINK3_MK)
|
|
UNITTEST_CPP_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.unittest-cpp+= unittest-cpp>=2.0.0
|
|
BUILDLINK_PKGSRCDIR.unittest-cpp?= ../../devel/unittest-cpp
|
|
.endif # UNITTEST_CPP_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -unittest-cpp
|