MCU
Loading...
Searching...
No Matches
main.cpp
Go to the documentation of this file.
1#include <gtest/gtest.h>
2#include <gmock/gmock.h>
3
8#include "tc_mux_v2_testing.h"
10#include "safety_system_test.h"
11#include "test_CASE.h"
12
13// #include "param_system_test.h"
14// #include "steering_system_test.h"
15
16int main(int argc, char **argv)
17{
18
19 testing::InitGoogleMock(&argc, argv);
20 if (RUN_ALL_TESTS())
21 ;
22 // Always return zero-code and allow PlatformIO to parse results
23 return 0;
24}
int main(int argc, char **argv)
Definition: main.cpp:16