BUG: phase sensor validation attending #659
future test would live here
This commit is contained in:
parent
7d14bb6d57
commit
5a0079cc6b
|
@ -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 \
|
||||
|
|
|
@ -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) {
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue