only:test_fft

This commit is contained in:
Andrey 2024-10-20 23:38:29 -04:00
parent b96f9614a4
commit bb96d22125
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#include "pch.h"
TEST(knock, fft) {
}

View File

@ -63,6 +63,7 @@ TESTS_SRC_CPP = \
tests/shift_torque_reduction/test_shift_torque_reduction_rpm_condition.cpp \
tests/shift_torque_reduction/test_shift_torque_reduction_app_condition.cpp \
tests/shift_torque_reduction/test_shift_torque_reduction_flat_shift_condition.cpp \
tests/test_fft.cpp \
tests/lua/test_lua_basic.cpp \
tests/lua/test_lookup.cpp \
tests/lua/test_lua_e38.cpp \