DllPlugInTester
A C++ unit testing framework
Install
- All systems
-
curl cmd.cat/DllPlugInTester.sh
- Debian
-
apt-get install libcppunit-dev
- Ubuntu
-
apt-get install libcppunit-dev
- Alpine
-
apk add cppunit
- Arch Linux
-
pacman -S cppunit
- Kali Linux
-
apt-get install libcppunit-dev
- CentOS
-
yum install cppunit
- Fedora
-
dnf install cppunit
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libcppunit-dev
- OS X
-
brew install cppunit
- Raspbian
-
apt-get install libcppunit-dev
- Dockerfile
- dockerfile.run/DllPlugInTester
- Docker
-
docker run cmd.cat/DllPlugInTester DllPlugInTester
powered by Commando
cppunit
A C++ unit testing framework
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.