Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
test
test_all.cpp
Go to the documentation of this file.
1
2
#include <gtest/gtest.h>
3
4
// Run with "catkin_make run_tests_ros1_cpptemplate"
5
int
main
(
int
argc,
char
**argv)
6
{
7
testing::InitGoogleTest(&argc, argv);
8
int
time_seed =
static_cast<
int
>
(time(0));
9
srand(time_seed);
10
return
RUN_ALL_TESTS();
11
}
main
int main(int argc, char **argv)
Definition:
test_all.cpp:5
ros1_cpptemplate
Author(s): Alexander Reimann
autogenerated on Sat Sep 2 2017 02:37:58