test_main.cpp
Go to the documentation of this file.
1 #include <gtest/gtest.h>
2 
3 // Run all the tests that were declared with TEST()
4 int main(int argc, char** argv)
5 {
6  testing::InitGoogleTest(&argc, argv);
7  return RUN_ALL_TESTS();
8 }
int main(int argc, char **argv)
Definition: test_main.cpp:4
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
GTEST_API_ void InitGoogleTest(int *argc, char **argv)


mrpt_bridge
Author(s): Markus Bader , Raphael Zack
autogenerated on Fri Feb 28 2020 03:22:14