A lightweight unit testing framework for C++
Find a file
2021-12-06 12:21:54 +13:00
builds Add 'empty' builds directory per the wiki. (The folder is not actually empty as it includes a .gitignore.) 2013-05-09 07:17:00 -05:00
cmake Add support for CMake find_package() 2016-03-15 12:14:19 +00:00
docs@a6963b7984 Update docs reference to avoid bad path names on windows 2016-10-11 13:00:40 -07:00
m4 Enable C++11 support in autoconf 2016-02-23 21:44:25 -06:00
tests Use latest Forge with toolsets and global API 2021-12-06 12:21:54 +13:00
UnitTest++ Rename forge to cc in buildfiles 2021-12-06 12:21:54 +13:00
.gitattributes Add *.bat as eol=crlf. 2013-03-24 01:31:40 -05:00
.gitignore Ignore Forge build output directories and configuration file 2021-12-06 12:21:29 +13:00
.gitmodules Update docs, versions for 1.6.0. 2016-02-29 22:32:58 -06:00
.travis.yml Update .travis.yml to build with Forge v0.0.3-rc.11 2021-12-06 12:21:54 +13:00
.uncrustify Tweak preprocessor blocks. 2016-01-29 22:48:36 -06:00
appveyor.yml Version made explicitly 3 parts 2019-10-17 08:23:46 -05:00
AUTHORS Update AUTHORS and configure.ac 2014-12-19 11:51:26 -06:00
autogen.sh Added autogen.sh file to ease autotools installation 2017-05-22 00:22:38 +09:00
CMakeLists.txt Added Namespace to Exported Target 2020-04-07 18:07:24 -05:00
configure.ac Version made explicitly 3 parts 2019-10-17 08:23:46 -05:00
forge.lua Build with latest Forge v0.0.2-rc.28 with global API 2021-12-06 12:21:54 +13:00
INSTALL Add note re: autotools to INSTALL file 2017-01-13 14:51:19 -06:00
LICENSE Rename COPYING to LICENSE; delete NEWS since it was empty anyway. 2013-02-20 22:59:01 -06:00
Makefile.am Add pkg config file (with help from Vicente Adolfo Bolea Sánchez) 2015-09-22 08:34:51 +02:00
README.md Update README.md to describe the fork 2021-12-06 12:21:54 +13:00
UnitTest++.pc.in Add pkg config file (with help from Vicente Adolfo Bolea Sánchez) 2015-09-22 08:34:51 +02:00
unittest-cpp.forge Build with Forge v0.0.x 2021-12-06 12:21:29 +13:00

UnitTest++

Build Status

This is a fork of UnitTest++ that adds support for building using Forge.

Changes are made in the forge-v0.0.x branch (the default branch for this fork). The changes will be rebased onto the master branch when changes are pulled from upstream at UnitTest++.