summaryrefslogtreecommitdiff
path: root/README
blob: 15fd5da3d4ba90b099a5f8abe738291e3b763f22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
µUnit (micro-unit) is a minimalistic, header only, unit-test framework for C++.

For an example of how to use it with a simple Makefile project see the examples
folder.

It outputs CppUnit compatible xml and can be used with for example the xUnit
plugin for jenkins.

µUnit was originally developed by Bent Bisballe Nyeng for the DrumGizmo project
under the name dgUnit but has since then changed name and moved into its own
project for easier re-use in other C++ projects.

µUnit is released under the CC0-1.0 license. See the CC0-1.0 file for further
details.