Bug 209622 - New port: devel/cpputest: Unit testing and mocking framework for C/C++
Summary: New port: devel/cpputest: Unit testing and mocking framework for C/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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-18 20:28 UTC by Akos Somfai
Modified: 2016-05-27 11:42 UTC (History)
2 users (show)

See Also:


Attachments
shar file for cpputest (3.99 KB, application/x-shar)
2016-05-18 20:28 UTC, Akos Somfai
no flags Details
poudriere logs (65.61 KB, text/plain)
2016-05-18 20:29 UTC, Akos Somfai
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Akos Somfai 2016-05-18 20:28:27 UTC
Created attachment 170461 [details]
shar file for cpputest

Hi,

This is a port for CppUTest -- Unit testing and mocking framework for C/C++.

Attaching the .shar file and poudriere logs.


Akos
Comment 1 Akos Somfai 2016-05-18 20:29:54 UTC
Created attachment 170462 [details]
poudriere logs
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-05-27 11:29:47 UTC
A commit references this bug:

Author: pawel
Date: Fri May 27 11:29:25 UTC 2016
New revision: 415934
URL: https://svnweb.freebsd.org/changeset/ports/415934

Log:
  CppUTest is a C /C++ based unit xUnit test framework for unit testing and for
  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>

Changes:
  head/devel/Makefile
  head/devel/cpputest/
  head/devel/cpputest/Makefile
  head/devel/cpputest/distinfo
  head/devel/cpputest/files/
  head/devel/cpputest/files/patch-Makefile.am
  head/devel/cpputest/pkg-descr
  head/devel/cpputest/pkg-plist
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-05-27 11:40:51 UTC
A commit references this bug:

Author: pawel
Date: Fri May 27 11:39:54 UTC 2016
New revision: 48857
URL: https://svnweb.freebsd.org/changeset/doc/48857

Log:
  For devel/cpputest

  PR:		209622

Changes:
  head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml
Comment 4 Pawel Pekala freebsd_committer freebsd_triage 2016-05-27 11:42:57 UTC
Committed, thanks.

Please use make makepatch target for patch creation in the future.