main.cpp 171 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 #include <gtest/gtest.h> int main(int argc, char **argv) { testing::InitGoogleTest(&argc, argv); std::cout << "Run ECL gtests" << std::endl; return RUN_ALL_TESTS(); }