fome-fw/unit_tests/tests/sensor
Scott Smith dac2ae9b1d Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560)
* Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER*

for i in ": public EnginePtr " ", public EnginePtr" "EXPAND_Engine;" "EXPAND_Engine"; do
    git grep -l "$i" | xargs sed -i "s/$i//g"
done

git grep -l "inject" | xargs sed -i "/inject[(][)]/d"

for i in WITH_ENGINE_TEST_HELPER_SENS WITH_ENGINE_TEST_HELPER_BOARD_CALLBACK WITH_ENGINE_TEST_HELPER; do
    git grep -l "$i" | xargs sed -i "s/$i/EngineTestHelper eth/g"
done

git checkout firmware/controllers/core/engine_ptr.h
git checkout unit_tests/global.h

* Review fixups.
2021-11-16 16:52:11 -05:00
..
mock better pch usage and gmock constructors (#3426) 2021-10-30 20:31:09 -04:00
basic_sensor.cpp better pch usage and gmock constructors (#3426) 2021-10-30 20:31:09 -04:00
func_chain.cpp better pch usage and gmock constructors (#3426) 2021-10-30 20:31:09 -04:00
func_sensor.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
function_pointer_sensor.cpp better pch usage and gmock constructors (#3426) 2021-10-30 20:31:09 -04:00
lin_func.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
mock_sensor.cpp better pch usage and gmock constructors (#3426) 2021-10-30 20:31:09 -04:00
redundant.cpp better pch usage and gmock constructors (#3426) 2021-10-30 20:31:09 -04:00
resist_func.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
sensor_reader.cpp better pch usage and gmock constructors (#3426) 2021-10-30 20:31:09 -04:00
table_func.cpp support autoscale on table axes (#3452) 2021-11-03 19:53:26 -04:00
test_cj125.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
test_frequency_sensor.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
test_sensor_init.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
test_turbocharger_speed_converter.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
test_vehicle_speed_converter.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
therm_func.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00