main.cpp
Go to the documentation of this file.
1 //
2 // Copyright (c) 2023 SICK AG, Waldkirch
3 //
4 // SPDX-License-Identifier: Unlicense
5 
6 #include <gtest/gtest.h>
7 
8 int main(int argc, char* argv[])
9 {
10  testing::InitGoogleTest(&argc, argv);
11  return RUN_ALL_TESTS();
12 }
main
int main(int argc, char *argv[])
Definition: main.cpp:8


sick_visionary_ros
Author(s): SICK AG TechSupport 3D Snapshot
autogenerated on Thu Feb 8 2024 03:43:36