#include #include "gtest/gtest.h" int main(int argc, char** argv) { std::cout << "MRMC Testing Suite" << std::endl; testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); }