#include "./mtest/MMatrixTEST/MMatrixTEST.cc" #include "gtest/gtest.h" #include int main(int argc, char **argv) { std::cout << " ________________________________________________________ \n"; std::cout << "| |\n"; std::cout << "| FACT telescope simulation test facility |\n"; std::cout << "| |\n"; std::cout << "| NASA are not the only badboys |\n"; std::cout << "| probing MARS... |\n"; std::cout << "|________________________________________________________|\n"; std::cout << std::endl; ::testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); //return 1337; }