rusefi-1/unit_tests
Matthew Kennedy 747b3d2fa8
fix #1968 (#1976)
* tanf

* name

* comment, add test
2020-11-22 08:26:17 -05:00
..
googletest@dcc92d0ab6
test_basic_math fix #1968 (#1976) 2020-11-22 08:26:17 -05:00
tests Launch control unit tests update (#1972) 2020-11-19 21:14:38 -05:00
.cproject
.gitignore unit test framework improvements for smoother event execution 2020-07-20 11:16:51 -04:00
.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 Starter seems to be engaged forever #1965 2020-11-18 21:22:01 -05:00
global.h Remove lockAnyContext, replace with CriticalSectionLocker (#1938) 2020-11-19 06:56:02 -05:00
global_execution_queue.cpp expose the problem 2020-07-31 14:41:29 -07:00
global_execution_queue.h expose the problem 2020-07-31 14:41:29 -07:00
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 unit test framework improvements for smoother event execution 2020-07-20 12:45:26 -04:00
logicdata.h unit test framework improvements for smoother event execution 2020-07-20 12:45:26 -04:00
logicdata_sandbox.cpp unit test framework improvements for smoother event execution 2020-07-20 12:45:26 -04:00
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 let's add .logicdata for unit tests 2020-07-19 16:13:55 -04:00
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