src
test
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
}
main
int main(int argc, char **argv)
Definition:
test_main.cpp:4
mrpt_bridge
Author(s): Markus Bader
, Raphael Zack
autogenerated on Sun Mar 6 2022 03:48:10