From 35754d298ad38825235611e45d4e9b1f26a36402 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 18 Nov 2020 19:34:09 -0500 Subject: [PATCH] Starter seems to be engaged forever #1965 --- unit_tests/tests/test_start_stop.cpp | 10 ++++++++++ unit_tests/tests/tests.mk | 1 + 2 files changed, 11 insertions(+) create mode 100644 unit_tests/tests/test_start_stop.cpp diff --git a/unit_tests/tests/test_start_stop.cpp b/unit_tests/tests/test_start_stop.cpp new file mode 100644 index 0000000000..5f51d87555 --- /dev/null +++ b/unit_tests/tests/test_start_stop.cpp @@ -0,0 +1,10 @@ +/* + * @file test_start_stop.cpp + * + * @date Nov 18, 2020 + * @author Andrey Belomutskiy, (c) 2012-2020 +*/ + +#include "test_signal_executor.h" + + diff --git a/unit_tests/tests/tests.mk b/unit_tests/tests/tests.mk index 4242c66f35..b4f220f9c3 100644 --- a/unit_tests/tests/tests.mk +++ b/unit_tests/tests/tests.mk @@ -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 \