cppunit-config
Unit Testing Library for C++
Install
- All systems
-
curl cmd.cat/cppunit-config.sh
- Debian
-
apt-get install libcppunit-dev
- Ubuntu
-
apt-get install libcppunit-dev
- Kali Linux
-
apt-get install libcppunit-dev
- CentOS
-
yum install cppunit-devel
- Fedora
-
dnf install mingw32-cppunit
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libcppunit-dev
- Raspbian
-
apt-get install libcppunit-dev
- Dockerfile
- dockerfile.run/cppunit-config
libcppunit-dev
Unit Testing Library for C++
CppUnit is a simple Framework for incorporating test cases in your C++ code. It is similar to, and inspired by, xUnit and JUnit.
mingw32-cppunit
MinGW Windows C++ unit testing framework
cppunit-devel
This package contains the libraries and headers necessary for
developing programs that use cppunit.