mirror of https://github.com/rusefi/rusefi-1.git
Starter seems to be engaged forever #1965
This commit is contained in:
parent
3b8f5c9da8
commit
35754d298a
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* @file test_start_stop.cpp
|
||||
*
|
||||
* @date Nov 18, 2020
|
||||
* @author Andrey Belomutskiy, (c) 2012-2020
|
||||
*/
|
||||
|
||||
#include "test_signal_executor.h"
|
||||
|
||||
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue