unittest/saidump/main.cpp (8 lines of code) (raw):

#include <gtest/gtest.h> int main(int argc, char *argv[]) { testing::InitGoogleTest(&argc, argv); const auto env = new ::testing::Environment(); testing::AddGlobalTestEnvironment(env); return RUN_ALL_TESTS(); }