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
3int main(int argc, char *argv[]) {
4 ::testing::InitGoogleTest(&argc, argv);
5 int a = RUN_ALL_TESTS();
6 return a;
7}
Definition main.py:1