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
10int main(int argc, char *argv[]) {
11 ::testing::InitGoogleTest(&argc, argv);
12 return RUN_ALL_TESTS();
13}
Definition main.py:1