Steps To Install cmockery on Mac
Package Information:
Name: cmockery
Use: A lightweight library to simplify and generalize the process of writing unit tests for C applications.
URL: https://github.com/google/cmockery
Installation Steps:
- Open Terminal on your Mac.
- Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install cmockery using brew
brew install cmockery
cmockery is ready to use now!