only:test_fft
This commit is contained in:
parent
b96f9614a4
commit
bb96d22125
|
@ -0,0 +1,4 @@
|
|||
#include "pch.h"
|
||||
|
||||
TEST(knock, fft) {
|
||||
}
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue