parent
b193970adf
commit
d2ba2c72f5
|
@ -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) {
|
||||||
|
|
||||||
|
}
|
|
@ -9,6 +9,7 @@ TESTS_SRC_CPP = \
|
||||||
tests/test_startOfCrankingPrimingPulse.cpp \
|
tests/test_startOfCrankingPrimingPulse.cpp \
|
||||||
tests/test_miata_na6_real_cranking.cpp \
|
tests/test_miata_na6_real_cranking.cpp \
|
||||||
tests/test_fasterEngineSpinningUp.cpp \
|
tests/test_fasterEngineSpinningUp.cpp \
|
||||||
|
tests/test_dwell_corver_case_issue_796.cpp \
|
||||||
tests/test_idle_controller.cpp \
|
tests/test_idle_controller.cpp \
|
||||||
tests/test_trigger_decoder.cpp \
|
tests/test_trigger_decoder.cpp \
|
||||||
tests/test_trigger_noiseless.cpp \
|
tests/test_trigger_noiseless.cpp \
|
||||||
|
|
Loading…
Reference in New Issue