MCU
Loading...
Searching...
No Matches
test
test_systems
main.cpp
Go to the documentation of this file.
1
#include <gtest/gtest.h>
2
#include <gmock/gmock.h>
3
4
#include "
state_machine_test.h
"
5
#include "
pedals_system_test.h
"
6
#include "
drivebrain_controller_test.h
"
7
#include "
launch_controller_integration_testing.h
"
8
#include "
tc_mux_v2_testing.h
"
9
#include "
drivetrain_system_test.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
16
int
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
}
drivebrain_controller_test.h
drivetrain_system_test.h
launch_controller_integration_testing.h
pedals_system_test.h
safety_system_test.h
state_machine_test.h
tc_mux_v2_testing.h
main
int main(int argc, char **argv)
Definition:
main.cpp:16
test_CASE.h
Generated by
1.9.5