Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
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
int
a = RUN_ALL_TESTS();
6
return
a;
7
}
main
Definition
main.py:1
src
common_lib
test
main.cpp
Generated by
1.9.8