How to use Google Test with JUCE projects?

Are you doing audio plugins?
In this case I would suggest to take a look at this patch for the Projucer. We added a GoogleTestConsoleApp build target that oyu can enable just like any other plugin format.

If you’re doing standalone apps: I guess the most simple way would be to use a separate Projucer project.