Get cxxtest installed on Mac using Brew

Package Information:

Name: cxxtest
Use: CxxTest is a unit testing framework for C++ that is similar in spirit to JUnit, CppUnit, and xUnit.
URL: http://cxxtest.com

Installation Steps:

  1. Open Terminal by hitting <command+space>. Type terminal and hit Enter key.
  2. Copy the below command and execute

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

cxxtest is ready to use now!