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:
- Open Terminal by hitting
<command+space>
. Type terminal and hitEnter
key. - Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install atf using brew
brew install atf
atf is ready to use now!