Bug 215698 - [New port] devel/unittest-cpp: Lightweight unit testing framework for C++
Summary: [New port] devel/unittest-cpp: Lightweight unit testing framework for C++
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Vanilla I. Shu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-01 14:18 UTC by Iblis Lin
Modified: 2017-01-02 09:52 UTC (History)
1 user (show)

See Also:


Attachments
unittest-cpp.shar (3.58 KB, text/plain)
2017-01-01 14:18 UTC, Iblis Lin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Iblis Lin 2017-01-01 14:18:15 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-01-02 09:45:49 UTC
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
Comment 2 Iblis Lin 2017-01-02 09:52:18 UTC
(In reply to commit-hook from comment #1)
tnx a lot!