2019-06-15 13:43:30 -07:00
|
|
|
TESTS_SRC_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_noiseless.cpp \
|
|
|
|
tests/trigger/test_trigger_multi_sync.cpp \
|
|
|
|
tests/trigger/test_cam_vvt_input.cpp \
|
2020-05-09 22:21:54 -07:00
|
|
|
tests/trigger/test_2jz_vvt.cpp \
|
2020-05-14 04:44:32 -07:00
|
|
|
tests/trigger/test_injection_scheduling.cpp \
|
2020-07-19 10:32:17 -07:00
|
|
|
tests/ignition_injection/injection_mode_transition.cpp \
|
2020-07-19 10:33:02 -07:00
|
|
|
tests/ignition_injection/test_startOfCrankingPrimingPulse.cpp \
|
|
|
|
tests/ignition_injection/test_miata_na6_real_cranking.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 \
|
2020-08-17 02:22:25 -07:00
|
|
|
tests/ignition_injection/test_injector_model.cpp \
|
2019-06-15 13:43:30 -07:00
|
|
|
tests/test_util.cpp \
|
|
|
|
tests/test_ion.cpp \
|
2019-11-23 19:55:21 -08:00
|
|
|
tests/test_aux_valves.cpp \
|
2019-06-15 13:43:30 -07:00
|
|
|
tests/test_on_demand_parameters.cpp \
|
|
|
|
tests/test_hip9011.cpp \
|
|
|
|
tests/test_cj125.cpp \
|
|
|
|
tests/test_engine_math.cpp \
|
|
|
|
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 \
|
2019-08-08 18:27:57 -07:00
|
|
|
tests/test_issue_898.cpp \
|
2019-12-13 11:55:20 -08:00
|
|
|
tests/test_etb.cpp \
|
2019-06-15 13:43:30 -07:00
|
|
|
tests/test_fuel_map.cpp \
|
2019-10-16 13:46:34 -07:00
|
|
|
tests/test_fuel_wall_wetting.cpp \
|
2019-10-07 20:12:29 -07:00
|
|
|
tests/test_one_cylinder_logic.cpp \
|
2019-06-15 13:43:30 -07:00
|
|
|
tests/test_pwm_generator.cpp \
|
|
|
|
tests/test_logic_expression.cpp \
|
|
|
|
tests/test_signal_executor.cpp \
|
2019-06-15 14:32:11 -07:00
|
|
|
tests/test_cpp_memory_layout.cpp \
|
2019-06-15 13:43:30 -07:00
|
|
|
tests/test_sensors.cpp \
|
|
|
|
tests/test_pid_auto.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 \
|
2020-04-02 12:20:04 -07:00
|
|
|
tests/test_tacho.cpp \
|
2019-09-21 11:33:38 -07:00
|
|
|
tests/test_gpiochip.cpp \
|
2020-04-06 06:16:26 -07:00
|
|
|
tests/test_deadband.cpp \
|
2019-09-21 11:33:38 -07:00
|
|
|
tests/sensor/basic_sensor.cpp \
|
2019-09-25 04:26:56 -07:00
|
|
|
tests/sensor/func_sensor.cpp \
|
2019-09-21 11:33:38 -07:00
|
|
|
tests/sensor/function_pointer_sensor.cpp \
|
|
|
|
tests/sensor/mock_sensor.cpp \
|
|
|
|
tests/sensor/sensor_reader.cpp \
|
2019-12-17 06:06:29 -08:00
|
|
|
tests/sensor/lin_func.cpp \
|
|
|
|
tests/sensor/resist_func.cpp \
|
|
|
|
tests/sensor/therm_func.cpp \
|
2020-04-02 05:55:21 -07:00
|
|
|
tests/sensor/func_chain.cpp \
|
2020-04-05 06:10:08 -07:00
|
|
|
tests/sensor/redundant.cpp \
|
|
|
|
tests/sensor/test_sensor_init.cpp \
|
2020-04-19 14:18:47 -07:00
|
|
|
tests/test_closed_loop_controller.cpp \
|
2020-05-06 18:00:40 -07:00
|
|
|
tests/test_stft.cpp \
|
2020-05-06 05:40:42 -07:00
|
|
|
tests/test_boost.cpp \
|
2020-04-26 11:06:28 -07:00
|
|
|
tests/test_gppwm.cpp \
|
2020-05-05 05:01:40 -07:00
|
|
|
tests/test_fuel_math.cpp \
|
2020-05-17 12:56:37 -07:00
|
|
|
tests/test_binary_log.cpp \
|
2020-04-05 06:10:08 -07:00
|
|
|
|