PX4 Firmware
PX4 Autopilot Software http://px4.io
main.cpp
Go to the documentation of this file.
1
#include <gtest/gtest.h>
2
3
int
main
(
int
argc,
char
**argv) {
4
testing::InitGoogleTest(&argc, argv);
5
std::cout <<
"Run ECL gtests"
<< std::endl;
6
return
RUN_ALL_TESTS();
7
}
main
int main(int argc, char **argv)
Definition:
main.cpp:3
src
lib
ecl
test
main.cpp
Generated by
1.8.13