fome-fw/unit_tests/tests
Scott Smith b3e0b28c75 Make the module API more concise. (#3571)
engineModules.get<FOO>(). becomes modules<FOO>()->

I believe the new API is more conducive to supporting arrays, by doing std::array<T, N> or
std::array<Mockable<T>, N>, with the support of a helper class.
2021-11-17 21:50:00 -05:00
..
ignition_injection Final cleanup of ENGINE macros (#3567) 2021-11-17 13:45:10 -05:00
lua Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
sensor Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
system yet more pch (#3068) 2021-08-03 22:05:01 -04:00
trigger Make the module API more concise. (#3571) 2021-11-17 21:50:00 -05:00
util Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
test_accel_enrichment.cpp Final cleanup of ENGINE macros (#3567) 2021-11-17 13:45:10 -05:00
test_aux_valves.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
test_binary_log.cpp
test_boost.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
test_change_engine_type.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
test_cpp_memory_layout.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
test_dc_motor.cpp [DRAFT] IAC H-Bridge Microstepping (#3213) 2021-10-06 13:57:04 -04:00
test_deadband.cpp better pch usage and gmock constructors (#3426) 2021-10-30 20:31:09 -04:00
test_dynoview.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
test_engine_math.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
test_etb.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
test_fan_control.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
test_gpio.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
test_gpiochip.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
test_gppwm.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
test_hardware_reinit.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
test_hip9011.cpp enable address sanitizer (#3217) 2021-09-05 05:56:59 -04:00
test_idle_controller.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
test_ion.cpp
test_knock.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
test_launch.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
test_limp.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
test_log_buffer.cpp even more pch (#3112) 2021-08-04 19:30:52 -04:00
test_logic_expression.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
test_pid.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
test_pid_auto.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
test_pwm_generator.cpp enable address sanitizer (#3217) 2021-09-05 05:56:59 -04:00
test_sensors.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
test_signal_executor.cpp add & test remove from linked list (#3199) 2021-08-26 23:03:09 +03:00
test_start_stop.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
test_stepper.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
test_stft.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
test_tacho.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
test_tunerstudio.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
test_util.cpp Compile each project's PCH to a separate file to reduce developer friction. (#3505) 2021-11-08 15:52:58 -05:00
test_vvt.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
tests.mk Allow scaled_channel to have both multiplier and divisor (#3468) 2021-11-05 17:34:22 -04:00