main_test.cpp
Go to the documentation of this file.
1 // GTest headers
2 #include <gtest/gtest.h>
3 
4 int main(int argc, char **argv)
5 {
6  testing::InitGoogleTest(&argc, argv);
7  return RUN_ALL_TESTS();
8 }
main
int main(int argc, char **argv)
Definition: main_test.cpp:4


outsight_alb_driver
Author(s): Outsight
autogenerated on Thu Oct 13 2022 02:21:45