CUnit is a lightweight system for writing, administering, and running unit tests in C. It provides C programmers a basic testing functionality with a flexible variety of user interfaces.
CUnit is a lightweight system for writing, administering, and running unit tests in C. It provides C programmers a basic testing functionality with a flexible variety of user interfaces.
To install cunit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cunit
To see what files were installed by cunit, run:
port contents cunit
To later upgrade cunit, run:
sudo port selfupdate && sudo port upgrade cunit
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.