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) { + + +}