cppunit/1.15.1

CppUnit is the C++ port of the famous JUnit framework for unit testing. Test output is in XML for automatic testing and GUI based for supervised tests.
Recipe info
LGPL-2.1-or-later
2023-02-16

Available packages
Linux
Windows
macOS
macOS Apple Silicon

Install
Add the following line to your conanfile.txt:
[requires]
cppunit/1.15.1

Using cppunit

Loading ...
Loading...