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:

  1. Open Terminal.
  2. Run the following command

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

check is ready to use now!