#include "gtest/gtest.h" //SLN: Do *not* modify this file. This is where Google Test //"hooks" into your unit tests. See GLViewNewModule_test.cpp //as an example of where to place your tests. int main(int argc, char* argv[] ) { ::testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); }