rusefi-1/unit_tests
Matthew Kennedy 0e3673e78c
remove idle thread; just call from periodicSlowCallback (#1924)
* remove thread

* remove ui
2020-11-11 21:47:19 -05:00
..
googletest@dcc92d0ab6
test_basic_math
tests remove idle thread; just call from periodicSlowCallback (#1924) 2020-11-11 21:47:19 -05:00
.cproject
.gitignore
.project
Makefile consolidate EFI_UNIT_TEST and friends (#1940) 2020-11-11 20:34:39 -05:00
adc_inputs.h
boards.cpp
boards.h
ci_gcov.sh
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 nicer parameter name 2020-09-21 08:57:56 -04:00
engine_test_helper.h DebounceButton A/C switch (#1782) 2020-09-10 22:16:20 -04:00
global.h Move all DECLARE_ENGINE_PTR etc to one place (#1937) 2020-11-11 19:06:04 -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
test.mk
unit_test_framework.cpp relax a little 2020-07-31 19:02:48 -07: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