This is BCUnit, a fork of the defunct project CUnit
This is BCUnit, a fork of the defunct project CUnit with several fixes and patches applied. CUnit is a Unit testing framework for C. It's lightweight system for writing, administering, and running unit tests in C
This is BCUnit, a fork of the defunct project CUnit with several fixes and patches applied. CUnit is a Unit testing framework for C. It's lightweight system for writing, administering, and running unit tests in C
To install bcunit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install bcunit
To see what files were installed by bcunit, run:
port contents bcunit
To later upgrade bcunit, run:
sudo port selfupdate && sudo port upgrade bcunit
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.