Missing dwell altogether in some corner cases #796

skeleton
This commit is contained in:
rusefi 2019-07-01 15:04:39 -04:00
parent b24064d231
commit 452455fc99
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
/*
* test_dwell_corver_case_issue_796.cpp
*
* Created on: Jul 1, 2019
* @author Andrey Belomutskiy, (c) 2012-2019
*/
#include "engine_test_helper.h"
TEST(scheduler, dwellIssue796) {
}

View File

@ -9,6 +9,7 @@ TESTS_SRC_CPP = \
tests/test_startOfCrankingPrimingPulse.cpp \
tests/test_miata_na6_real_cranking.cpp \
tests/test_fasterEngineSpinningUp.cpp \
tests/test_dwell_corver_case_issue_796.cpp \
tests/test_idle_controller.cpp \
tests/test_trigger_decoder.cpp \
tests/test_trigger_noiseless.cpp \