fome-fw/unit_tests/tests/tests.mk

118 lines
4.2 KiB
Makefile
Raw Normal View History

2019-06-15 13:43:30 -07:00
TESTS_SRC_CPP = \
tests/trigger/test_all_triggers.cpp \
2020-05-09 21:59:32 -07:00
tests/trigger/test_symmetrical_crank.cpp \
tests/trigger/test_trigger_decoder.cpp \
tests/trigger/test_trigger_decoder_2.cpp \
2020-05-09 21:59:32 -07:00
tests/trigger/test_trigger_multi_sync.cpp \
2021-12-01 10:35:44 -08:00
tests/trigger/test_trigger_input_adc.cpp \
tests/trigger/test_miata_na_tdc.cpp \
2020-05-09 21:59:32 -07:00
tests/trigger/test_cam_vvt_input.cpp \
2020-05-09 22:21:54 -07:00
tests/trigger/test_2jz_vvt.cpp \
tests/trigger/test_real_cranking_miata_NA.cpp \
tests/trigger/test_real_cranking_miata_na6.cpp \
2021-07-21 20:08:56 -07:00
tests/trigger/test_real_cranking_nissan_vq40.cpp \
2023-06-28 16:48:42 -07:00
tests/trigger/test_real_cas_24_plus_1.cpp \
tests/trigger/test_trigger_skipped_wheel.cpp \
tests/trigger/test_real_4b11.cpp \
tests/trigger/test_real_4g93.cpp \
2021-06-25 21:51:09 -07:00
tests/trigger/test_real_volkswagen.cpp \
tests/trigger/test_real_nb2_cranking.cpp \
tests/trigger/test_real_gm_24x.cpp \
tests/trigger/test_real_k24a2.cpp \
2022-09-24 12:37:51 -07:00
tests/trigger/test_real_k20.cpp \
2023-09-13 22:30:14 -07:00
tests/trigger/test_real_toyota_3_tooth_cam.cpp \
2021-11-24 18:53:16 -08:00
tests/trigger/test_map_cam.cpp \
tests/trigger/test_rpm_multiplier.cpp \
2021-02-08 13:16:26 -08:00
tests/trigger/test_quad_cam.cpp \
2021-07-02 11:56:12 -07:00
tests/trigger/test_nissan_vq_vvt.cpp \
2021-05-25 14:15:48 -07:00
tests/trigger/test_override_gaps.cpp \
tests/trigger/test_injection_scheduling.cpp \
tests/sent/test_sent.cpp \
tests/ignition_injection/injection_mode_transition.cpp \
2020-07-19 10:33:02 -07:00
tests/ignition_injection/test_startOfCrankingPrimingPulse.cpp \
2020-07-19 15:05:31 -07:00
tests/ignition_injection/test_multispark.cpp \
2020-07-19 10:45:42 -07:00
tests/ignition_injection/test_ignition_scheduling.cpp \
2020-07-19 10:50:43 -07:00
tests/ignition_injection/test_fuelCut.cpp \
2020-08-10 22:11:25 -07:00
tests/ignition_injection/test_fuel_computer.cpp \
tests/ignition_injection/test_injector_model.cpp \
tests/lua/test_lua_basic.cpp \
tests/lua/test_lookup.cpp \
2022-09-08 22:15:55 -07:00
tests/lua/test_lua_e38.cpp \
2021-12-24 13:53:24 -08:00
tests/lua/test_lua_e65.cpp \
tests/lua/test_lua_ford.cpp \
2022-06-22 19:22:49 -07:00
tests/lua/test_lua_vag.cpp \
2022-11-12 10:06:55 -08:00
tests/lua/test_lua_nissan.cpp \
2021-11-05 13:08:48 -07:00
tests/lua/test_lua_with_engine.cpp \
tests/lua/test_lua_hooks.cpp \
2022-09-05 17:23:40 -07:00
tests/lua/test_lua_Leiderman_Khlystov.cpp \
tests/lua/test_can_filter.cpp \
tests/lua/test_lua_vin.cpp \
tests/test_change_engine_type.cpp \
tests/util/test_scaled_channel.cpp \
2021-03-11 21:43:48 -08:00
tests/util/test_timer.cpp \
tests/system/test_periodic_thread_controller.cpp \
2019-06-15 13:43:30 -07:00
tests/test_util.cpp \
tests/test_start_stop.cpp \
tests/test_hardware_reinit.cpp \
2019-06-15 13:43:30 -07:00
tests/test_engine_math.cpp \
2023-03-13 13:25:45 -07:00
tests/test_throttle_model.cpp \
2019-06-15 13:43:30 -07:00
tests/test_fasterEngineSpinningUp.cpp \
2020-07-19 10:26:46 -07:00
tests/test_dwell_corner_case_issue_796.cpp \
2019-06-15 13:43:30 -07:00
tests/test_idle_controller.cpp \
tests/test_launch.cpp \
2019-06-15 13:43:30 -07:00
tests/test_fuel_map.cpp \
tests/test_gear_detector.cpp \
2021-02-08 12:59:40 -08:00
tests/ignition_injection/test_fuel_wall_wetting.cpp \
tests/test_one_cylinder_logic.cpp \
tests/test_tunerstudio.cpp \
2019-06-15 13:43:30 -07:00
tests/test_pwm_generator.cpp \
tests/test_log_buffer.cpp \
2019-06-15 13:43:30 -07:00
tests/test_signal_executor.cpp \
tests/test_cpp_memory_layout.cpp \
2019-09-29 11:36:41 -07:00
tests/test_pid.cpp \
2019-06-15 13:43:30 -07:00
tests/test_accel_enrichment.cpp \
tests/test_gpiochip.cpp \
tests/test_deadband.cpp \
tests/test_knock.cpp \
2023-07-17 19:51:07 -07:00
tests/test_lambda_monitor.cpp \
tests/sensor/basic_sensor.cpp \
tests/sensor/func_sensor.cpp \
tests/sensor/function_pointer_sensor.cpp \
tests/sensor/mock_sensor.cpp \
tests/sensor/sensor_reader.cpp \
tests/sensor/lin_func.cpp \
tests/sensor/resist_func.cpp \
tests/sensor/therm_func.cpp \
tests/sensor/func_chain.cpp \
tests/sensor/redundant.cpp \
tests/sensor/test_sensor_init.cpp \
tests/sensor/table_func.cpp \
2021-02-08 12:59:40 -08:00
tests/util/test_closed_loop_controller.cpp \
tests/test_stft.cpp \
tests/test_hpfp.cpp \
tests/test_hpfp_integrated.cpp \
2020-05-05 05:01:40 -07:00
tests/test_fuel_math.cpp \
tests/test_binary_log.cpp \
tests/test_dynoview.cpp \
tests/test_gpio.cpp \
tests/test_limp.cpp \
tests/test_can_rx.cpp \
2021-12-01 08:13:36 -08:00
tests/test_can_serial.cpp \
tests/test_can_wideband.cpp \
tests/test_hellen_board_id.cpp \
2021-08-01 20:21:53 -07:00
tests/sensor/test_frequency_sensor.cpp \
tests/sensor/test_turbocharger_speed_converter.cpp \
tests/sensor/test_vehicle_speed_converter.cpp \
2022-12-30 09:11:57 -08:00
tests/actuators/test_antilag.cpp \
tests/actuators/test_boost.cpp \
tests/actuators/test_dc_motor.cpp \
tests/actuators/test_etb.cpp \
tests/actuators/test_etb_integrated.cpp \
tests/actuators/test_fan_control.cpp \
tests/actuators/test_fuel_pump.cpp \
tests/actuators/test_gppwm.cpp \
tests/actuators/test_main_relay.cpp \
tests/actuators/test_stepper.cpp \
tests/actuators/test_tacho.cpp \
tests/actuators/test_vvt.cpp \