From 62673c4137abd04a309115440899431bdb9909e3 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 19 Sep 2020 18:26:41 +0200 Subject: Add README and getBaud example. --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..15fd5da --- /dev/null +++ b/README @@ -0,0 +1,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. \ No newline at end of file -- cgit v1.2.3