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


vigir_footstep_planning_msgs
Author(s): Alexander Stumpf
autogenerated on Mon Jun 10 2019 15:45:25