rusefi-full/unit_tests/tests/util
Scott Smith cc95bd6c8e
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
..
Makefile Break out unit tests #2627 2021-05-07 17:45:26 -04:00
test_buffered_writer.cpp better pch usage and gmock constructors (#3426) 2021-10-30 20:31:09 -04:00
test_closed_loop_controller.cpp
test_error_accumulator.cpp better pch usage and gmock constructors (#3426) 2021-10-30 20:31:09 -04:00
test_scaled_channel.cpp Allow scaled_channel to have both multiplier and divisor (#3468) 2021-11-05 17:34:22 -04:00
test_timer.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
test_util.mk Break out unit tests #2627 2021-05-07 22:14:22 -04:00