Multiple sync pattern for faster cranking #679

This commit is contained in:
rusefi 2019-02-03 00:50:10 -05:00
parent 2f2fcc11e0
commit 2a0d5e4749
2 changed files with 19 additions and 0 deletions

View File

@ -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 \

View File

@ -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);
}