Multiple sync pattern for faster cranking #679
This commit is contained in:
parent
01dc48ec00
commit
651fb14c51
|
@ -20,6 +20,7 @@ TEST_SRC_CPP = unit_test_framework.cpp \
|
|||
tests/test_fuel_map.cpp \
|
||||
tests/test_maf2map.cpp \
|
||||
tests/test_fuelCut.cpp \
|
||||
tests/test_trigger_multi_sync.cpp \
|
||||
tests/test_pwm_generator.cpp \
|
||||
tests/test_logic_expression.cpp \
|
||||
tests/test_speed_density.cpp \
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
/*
|
||||
* @file test_trigger_multi_sync.cpp
|
||||
*
|
||||
* @date Feb 2, 2019
|
||||
* @author Andrey Belomutskiy, (c) 2012-2019
|
||||
*/
|
||||
|
||||
#include "engine_test_helper.h"
|
||||
|
||||
TEST(trigger, miataNA) {
|
||||
|
||||
|
||||
|
||||
WITH_ENGINE_TEST_HELPER(MIATA_NA6_MAP);
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue