rusefi-1/unit_tests/test.mk

17 lines
460 B
Makefile
Raw Normal View History

2014-08-29 07:52:33 -07:00
TEST_SRC_CPP = test_util.cpp \
2015-01-01 14:03:28 -08:00
boards.cpp \
2014-08-29 07:52:33 -07:00
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 \
2014-10-29 06:03:07 -07:00
test_idle_controller.cpp \
2014-08-29 07:52:33 -07:00
test_trigger_decoder.cpp \
test_fuel_map.cpp \
engine_test_helper.cpp \
2014-10-03 09:03:02 -07:00
test_logic_expression.cpp \
2014-08-29 07:52:33 -07:00
test_speed_density.cpp \
test_signal_executor.cpp \
test_sensors.cpp \
test_accel_enrichment.cpp