UnitTest++ is a lightweight unit testing framework for C++. It was designed to do test-driven development on a wide variety of platforms. Simplicity, portability, speed, and small footprint are all very important aspects of UnitTest++.
UnitTest++ is a lightweight unit testing framework for C++. It was designed to do test-driven development on a wide variety of platforms. Simplicity, portability, speed, and small footprint are all very important aspects of UnitTest++.
To install unittest-cpp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install unittest-cpp
To see what files were installed by unittest-cpp, run:
port contents unittest-cpp
To later upgrade unittest-cpp, run:
sudo port selfupdate && sudo port upgrade unittest-cpp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.