BUG: phase sensor validation attending #659

future test would live here
This commit is contained in:
rusefi 2019-01-13 22:52:22 -05:00
parent 7d14bb6d57
commit 5a0079cc6b
2 changed files with 14 additions and 0 deletions

View File

@ -9,6 +9,7 @@ TEST_SRC_CPP = unit_test_framework.cpp \
tests/test_ion.cpp \
tests/test_hip9011.cpp \
tests/test_cj125.cpp \
tests/test_cam_vtt_input.cpp \
tests/test_engine_math.cpp \
tests/test_startOfCrankingPrimingPulse.cpp \
tests/test_fasterEngineSpinningUp.cpp \

View File

@ -0,0 +1,13 @@
/*
* test_cam_vtt_input.cpp
*
* Created on: Jan 13, 2019
* @author Andrey Belomutskiy, (c) 2012-2019
*/
#include "engine_test_helper.h"
TEST(sensors, testCamInput) {
}