#include #include #include // This main can be used to customize test execution int main(int argc, char** argv) { std::cout << "Running CIGUI Library Tests\n"; // Initialize Google Test ::testing::InitGoogleTest(&argc, argv); // Run the tests and return the result return RUN_ALL_TESTS(); }