Created attachment 178433 [details] unittest-cpp.shar 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. WWW: https://github.com/unittest-cpp/unittest-cpp ---- portlint: looks fine. poudriere testport: - tested on 11.0-RELEASE, amd64 - tested on 11.0-RELEASE, i386 - tested on 10.3-RELEASE, amd64 - tested on 10.3-RELEASE, i386
A commit references this bug: Author: vanilla Date: Mon Jan 2 09:45:04 UTC 2017 New revision: 430327 URL: https://svnweb.freebsd.org/changeset/ports/430327 Log: Add unittest-cpp 1.6.1, lightweight unit testing framework for C++. PR: 215698 Submitted by: iblis <iblis@hs.ntnu.edu.tw> Changes: head/devel/Makefile head/devel/unittest-cpp/ head/devel/unittest-cpp/Makefile head/devel/unittest-cpp/distinfo head/devel/unittest-cpp/pkg-descr head/devel/unittest-cpp/pkg-plist
(In reply to commit-hook from comment #1) tnx a lot!