Page MenuHomec4science

test_gtest_main.cc
No OneTemporary

File Metadata

Created
Thu, May 16, 23:14

test_gtest_main.cc

/* -------------------------------------------------------------------------- */
#include <gtest/gtest.h>
/* -------------------------------------------------------------------------- */
int main(int argc, char ** argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}

Event Timeline