rusefi-1/unit_tests/test.mk

25 lines
662 B
Makefile
Raw Normal View History

2015-07-10 06:01:56 -07:00
TEST_SRC_CPP = test_util.cpp \
2018-03-04 12:57:15 -08:00
unit_test_framework.cpp \
2017-04-07 10:38:03 -07:00
boards.cpp \
2018-12-08 15:11:28 -08:00
global_execution_queue.cpp \
2015-07-10 06:01:56 -07:00
test_basic_math/test_find_index.cpp \
test_basic_math/test_interpolation_3d.cpp \
test_data_structures/test_engine_math.cpp \
2018-03-04 13:13:23 -08:00
test_startOfCrankingPrimingPulse.cpp \
test_fasterEngineSpinningUp.cpp \
2015-07-10 06:01:56 -07:00
test_idle_controller.cpp \
test_trigger_decoder.cpp \
test_trigger_noiseless.cpp \
2015-07-10 06:01:56 -07:00
test_fuel_map.cpp \
test_fuelCut.cpp \
2015-07-10 06:01:56 -07:00
engine_test_helper.cpp \
2018-12-08 15:11:28 -08:00
test_pwm_generator.cpp \
2015-07-10 06:01:56 -07:00
test_logic_expression.cpp \
test_speed_density.cpp \
test_signal_executor.cpp \
test_sensors.cpp \
2017-09-14 04:58:58 -07:00
test_pid_auto.cpp \
2018-01-20 20:50:31 -08:00
test_accel_enrichment.cpp \
afm2mapConverter.cpp
2015-07-10 06:01:56 -07:00