Follow Simple Steps To Install atf Library on Mac

Package Information:

Name: atf
Use: ATF: Automated Testing Framework. Libraries to write tests in C, C++ and shell
URL: https://github.com/jmmv/atf

Installation Steps:

  1. Open Terminal by hitting <command+space>. Type terminal and hit Enter key.
  2. Run the following command
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install atf using brew
    brew install atf

atf is ready to use now!