CppUTest unit testing and mocking framework for C/C++
CppUTest is a C /C++ based unit xUnit test framework for unit testing and for test-driving your code. It is written in C++ but is used in C and C++ projects and frequently used in embedded systems but it works for any C/C++ project.
CppUTest is a C /C++ based unit xUnit test framework for unit testing and for test-driving your code. It is written in C++ but is used in C and C++ projects and frequently used in embedded systems but it works for any C/C++ project.
To install cpputest, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cpputest
To see what files were installed by cpputest, run:
port contents cpputest
To later upgrade cpputest, run:
sudo port selfupdate && sudo port upgrade cpputest
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.