tesseract_urdf_unit.cpp
Go to the documentation of this file.
3 #include <gtest/gtest.h>
5 
6 int main(int argc, char** argv)
7 {
8  testing::InitGoogleTest(&argc, argv);
9 
10  // use the environment locale so that the unit test can be repeated with various locales easily
11  setlocale(LC_ALL, "");
12 
13  return RUN_ALL_TESTS();
14 }
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
main
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH TESSERACT_COMMON_IGNORE_WARNINGS_POP int main(int argc, char **argv)
Definition: tesseract_urdf_unit.cpp:6
TESSERACT_COMMON_IGNORE_WARNINGS_POP
macros.h


tesseract_urdf
Author(s): Levi Armstrong
autogenerated on Thu Apr 24 2025 03:10:44