rusefi-1/unit_tests/tests/trigger/test_nissan_vq_vvt.cpp

14 lines
220 B
C++
Raw Normal View History

2021-07-02 11:56:12 -07:00
/*
* @file test_nissan_vq_vvt.cpp
*
* Created on: Jul 2, 2021
* @author Andrey Belomutskiy, (c) 2012-2021
*/
#include "engine_test_helper.h"
TEST(nissan, vq_vvt) {
2021-07-02 13:31:10 -07:00
WITH_ENGINE_TEST_HELPER(HELLEN_121_NISSAN);
2021-07-02 11:56:12 -07:00
}