Main Page
Namespaces
Classes
Files
File List
File Members
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 Sat Apr 28 2018 02:49:17