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.
Use the zopen package manager (QuickStart Guide) to install:
zopen install cppunit
- Clone the repository:
git clone https://github.com/zopencommunity/cppunitport.git
cd cppunitport
- Build using zopen:
zopen build -vv
See the zopen porting guide for more details.
Contributions are welcome! Please follow the zopen contribution guidelines.