rusefi-1/unit_tests
shadowm60 6fb745d29c
Launch Control refactoring (#1992)
* refactor

- called from periodicFastCallback
- removed defines

* Update rusefi.input

removed unused configurations.
added clutch inversion option

* Added new tests

fixed limiting only in case we have launch condition and rpm outside of window

* Update launch_control.cpp

Unintialized config update, now it is working fine with VSS and with clutch as well.

* small fixes

updated after review findings

* Fix breaking engine rev limiter

applyLaunchControlLimiting should not overwrite booleans to false!

* Delay timer in seconds

timer uses ms, so convert seconds to ms
2020-12-01 13:03:42 -05:00
..
googletest@dcc92d0ab6
test_basic_math fix #1968 (#1976) 2020-11-22 08:26:17 -05:00
tests Launch Control refactoring (#1992) 2020-12-01 13:03:42 -05:00
.cproject
.gitignore
.project
Makefile occasional tunerstudio CRC errors #1943 2020-11-15 11:55:26 -05:00
adc_inputs.h
boards.cpp
boards.h
ci_gcov.sh No latest gcov #1973 2020-11-19 21:57:18 -05:00
compile.bat
compile.sh
efifeatures.h consolidate EFI_UNIT_TEST and friends (#1940) 2020-11-11 20:34:39 -05:00
engine_test_helper.cpp Starter seems to be engaged forever #1965 2020-11-18 22:42:41 -05:00
engine_test_helper.h fix etb unit test idle hardware (#1991) 2020-11-26 19:21:42 -05:00
global.h avoid float -> int64 conversion #1977 2020-11-23 23:33:46 -05:00
global_execution_queue.cpp
global_execution_queue.h
globalaccess.h Move all DECLARE_ENGINE_PTR etc to one place (#1937) 2020-11-11 19:06:04 -05:00
gmock-all.cpp
gtest-all.cpp
jenkins.sh
logicdata.cpp
logicdata.h
logicdata_sandbox.cpp
main.cpp
map_resize.cpp
map_resize.h
mocks.h Etb wastegate hookup (#1888) 2020-10-18 21:57:04 -04:00
os_access.h
readme.md
rules.mk
run_clean_gcov.sh
run_gcov.bat
run_logicdata_sandbox.bat
svnversion.h occasional tunerstudio CRC errors #1943 2020-11-15 11:53:09 -05:00
test.mk
unit_test_framework.cpp put getTimeNowLowerNt in to mpu_util (#1950) 2020-11-18 14:17:00 -05:00
unit_test_framework.h Etb function cfg, try again (#1860) 2020-10-08 14:12:03 -04:00

readme.md

In this folder we have rusEfi unit tests using https://github.com/google/googletest

Unit tests are not aware of ChibiOS or ARM or else, they are just plain C/C++ which you build for your desktop, not your MCU.

  1. Run 'make' to build desktop binary.
  2. Execute rusefi_test binary on your PC/Mac, it's expected to say SUCCESS and not fail :) Googletest will also print results summary.

Code Coverage Report