Starter seems to be engaged forever #1965

This commit is contained in:
rusefillc 2020-11-18 19:34:09 -05:00
parent 3b8f5c9da8
commit 35754d298a
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
/*
* @file test_start_stop.cpp
*
* @date Nov 18, 2020
* @author Andrey Belomutskiy, (c) 2012-2020
*/
#include "test_signal_executor.h"

View File

@ -16,6 +16,7 @@ TESTS_SRC_CPP = \
tests/ignition_injection/test_injector_model.cpp \
tests/util/test_buffered_writer.cpp \
tests/test_util.cpp \
tests/test_start_stop.cpp \
tests/test_hardware_reinit.cpp \
tests/test_ion.cpp \
tests/test_aux_valves.cpp \