fome-fw/unit_tests
rusefillc 8540343d48 unit tests in clang #2012 2020-12-05 00:22:10 -05:00
..
googletest@dcc92d0ab6
test_basic_math fix #1968 (#1976) 2020-11-22 08:26:17 -05:00
tests unit tests in clang #2012 2020-12-05 00:22:10 -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 Dyno view proposal (#1999) 2020-12-04 20:28:48 -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
gmock-all.cpp
gtest-all.cpp
jenkins.sh
logicdata.cpp
logicdata.h
logicdata_sandbox.cpp
main.cpp unit tests in clang #2012 2020-12-05 00:22:10 -05:00
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
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