From 5a0079cc6bacda7ad06df97c86941c25a52e167c Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 13 Jan 2019 22:52:22 -0500 Subject: [PATCH] BUG: phase sensor validation attending #659 future test would live here --- unit_tests/test.mk | 1 + unit_tests/tests/test_cam_vtt_input.cpp | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 unit_tests/tests/test_cam_vtt_input.cpp diff --git a/unit_tests/test.mk b/unit_tests/test.mk index a51d1f8158..c97e73a8ab 100644 --- a/unit_tests/test.mk +++ b/unit_tests/test.mk @@ -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 \ diff --git a/unit_tests/tests/test_cam_vtt_input.cpp b/unit_tests/tests/test_cam_vtt_input.cpp new file mode 100644 index 0000000000..ffb2175cdd --- /dev/null +++ b/unit_tests/tests/test_cam_vtt_input.cpp @@ -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) { + + +}