MCU
Loading...
Searching...
No Matches
Functions
main.cpp File Reference
#include <gtest/gtest.h>
#include <gmock/gmock.h>
#include "state_machine_test.h"
#include "pedals_system_test.h"
#include "drivebrain_controller_test.h"
#include "launch_controller_integration_testing.h"
#include "tc_mux_v2_testing.h"
#include "drivetrain_system_test.h"
#include "safety_system_test.h"
#include "test_CASE.h"
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 16 of file main.cpp.

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}