mirror of https://github.com/rusefi/rusefi-1.git
17 lines
460 B
Makefile
17 lines
460 B
Makefile
TEST_SRC_CPP = test_util.cpp \
|
|
boards.cpp \
|
|
test_data_structures/test_event_registry.cpp \
|
|
test_basic_math/test_find_index.cpp \
|
|
test_basic_math/test_interpolation_3d.cpp \
|
|
test_data_structures/test_engine_math.cpp \
|
|
test_idle_controller.cpp \
|
|
test_trigger_decoder.cpp \
|
|
test_fuel_map.cpp \
|
|
engine_test_helper.cpp \
|
|
test_logic_expression.cpp \
|
|
test_speed_density.cpp \
|
|
test_signal_executor.cpp \
|
|
test_sensors.cpp \
|
|
test_accel_enrichment.cpp
|
|
|