#include #include int main( int argc, char * argv[] ) { // Init gtest. testing::InitGoogleTest( &argc, argv ); // Run all tests. int result = RUN_ALL_TESTS(); return result; }