Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
test.cpp
Go to the documentation of this file.
1#include "gtest/gtest.h"
2
6TEST(invictasim, example_test) {
7 // Just to see if tests are running
8 EXPECT_EQ(1, 1);
9}
TEST(invictasim, example_test)
Example test.
Definition test.cpp:6