Follow simple steps to install check on Mac
Package Information:
Name: check
Use: Check is a unit testing framework for C.
URL: https://libcheck.github.io/check/
Installation Steps:
- Open Terminal.
- Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install check using brew
brew install check
check is ready to use now!