rusefi-1/unit_tests
rusefillc fe93dfd8df No latest gcov #1973 2020-11-19 21:57:18 -05:00
..
googletest@dcc92d0ab6
test_basic_math
tests Launch control unit tests update (#1972) 2020-11-19 21:14:38 -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 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
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
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

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