Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
b
c
d
g
i
j
l
m
n
o
p
s
t
v
w
Functions
m
n
p
t
w
Variables
Files
File List
File Members
All
f
g
m
r
s
t
w
Functions
f
g
m
r
s
t
w
Variables
test
tesseract_urdf_unit.cpp
Go to the documentation of this file.
1
#include <
tesseract_common/macros.h
>
2
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
3
#include <gtest/gtest.h>
4
TESSERACT_COMMON_IGNORE_WARNINGS_POP
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