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:

  1. Open Terminal on your Mac.
  2. Execute the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install cmockery using brew
    brew install cmockery

cmockery is ready to use now!