unit test for start/stop hardware and pin repository #1811
This commit is contained in:
parent
33eef982d1
commit
f8f3e74d99
|
@ -0,0 +1,13 @@
|
|||
|
||||
|
||||
#include "engine_test_helper.h"
|
||||
|
||||
TEST(hardware, reinit) {
|
||||
WITH_ENGINE_TEST_HELPER(MIATA_NA6_MAP);
|
||||
|
||||
ButtonDebounce::stopConfigurationList();
|
||||
ButtonDebounce::startConfigurationList();
|
||||
|
||||
ButtonDebounce::stopConfigurationList();
|
||||
ButtonDebounce::startConfigurationList();
|
||||
}
|
|
@ -15,6 +15,7 @@ TESTS_SRC_CPP = \
|
|||
tests/ignition_injection/test_fuel_computer.cpp \
|
||||
tests/ignition_injection/test_injector_model.cpp \
|
||||
tests/test_util.cpp \
|
||||
tests/test_hardware_reinit.cpp \
|
||||
tests/test_ion.cpp \
|
||||
tests/test_aux_valves.cpp \
|
||||
tests/test_on_demand_parameters.cpp \
|
||||
|
|
Loading…
Reference in New Issue