This commit is contained in:
Andrey 2022-11-12 13:06:55 -05:00
parent 934717b372
commit 3def9396de
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#include "pch.h"
#include "rusefi_lua.h"
#include "lua_lib.h"
TEST(LuaNissan, pedalIdle) {
}

View File

@ -39,6 +39,7 @@ TESTS_SRC_CPP = \
tests/lua/test_lua_e65.cpp \
tests/lua/test_lua_ford.cpp \
tests/lua/test_lua_vag.cpp \
tests/lua/test_lua_nissan.cpp \
tests/lua/test_lua_with_engine.cpp \
tests/lua/test_lua_hooks.cpp \
tests/lua/test_lua_Leiderman_Khlystov.cpp \