Main Page
Namespaces
Classes
Files
File List
File Members
test
test_grid_map_ros.cpp
Go to the documentation of this file.
1
/*
2
* test_grid_map.cpp
3
*
4
* Created on: Feb 10, 2014
5
* Author: Péter Fankhauser
6
* Institute: ETH Zurich, ANYbotics
7
*/
8
9
// gtest
10
#include <gtest/gtest.h>
11
12
// Run all the tests that were declared with TEST()
13
int
main
(
int
argc,
char
**argv)
14
{
15
testing::InitGoogleTest(&argc, argv);
16
srand((
int
)time(0));
17
return
RUN_ALL_TESTS();
18
}
main
int main(int argc, char **argv)
Definition:
test_grid_map_ros.cpp:13
grid_map_ros
Author(s): Péter Fankhauser
autogenerated on Tue Jun 1 2021 02:13:35