1

I have read many articles and tips explaining how to setup the Google Test (c++) framework for visual studio/eclipse/xcode but I couldn't find any article about how to set it up on Mac OS without using an IDE.

How can I use Google Test on Mac OS's terminal without referring to any fancy IDE?

jopasserat
  • 5,721
  • 4
  • 31
  • 50
abrocod
  • 31
  • 6

2 Answers2

0

Here is my answer for installing google test in Mac OS X

How to install GTest on Mac OS X with homebrew?.

Dharman
  • 30,962
  • 25
  • 85
  • 135
Zhiwei
  • 179
  • 1
  • 7
-1

The simplest way would be to use homebrew or compile it from sources and install.

Community
  • 1
  • 1
Anton K
  • 4,658
  • 2
  • 47
  • 60