rusefi-1/unit_tests
Matthew Kennedy f629ec038b add sensor framework, tests (#929)
* add framework, tests

* move oil pressure to new way

* add init logic

* brackets on the same line

* spaces -> tabs

* spaces -> tabs for tests

* bracket on same line

* hook up sensor mocking

* add nan check

* fix nan check

* I wrote an essay

* casing

* only init if we have a sensor to init

* style, actually call init

* format

* fix casing

* typo

* implement linear sensor

* wire up producer

* smarter limiting

* setup comments

* add reporting

* doxyfile

* oops

* add adc subscription

* clarity

* fix logic

* multiply voltage

* test styling

* test guards

* remove dependencies

* linear sensor test

* remove unused

* fix merge

* format, implicit convert op

* explicit

* format tests

* fix merge
2019-09-21 14:33:38 -04:00
..
googletest@dea0216d0c fresh googletest 2019-06-02 14:56:32 -04:00
test_basic_math unit_tests are failing under 32 bit mingw-w64 #905 2019-08-25 17:23:53 -04:00
tests add sensor framework, tests (#929) 2019-09-21 14:33:38 -04:00
.cproject
.gitignore gcov progress 2019-08-25 21:34:04 -04:00
.project
Makefile unit_tests to init git modules 2019-08-25 20:15:14 -04:00
adc_inputs.h
afm2mapConverter.cpp Template-ize bin/value length for interpolation (#878) 2019-07-09 21:16:36 +03:00
afm2mapConverter.h
boards.cpp #699 2019-02-28 21:09:31 -05:00
boards.h #699 2019-02-28 21:09:31 -05:00
compile.bat ooooops I forgot about Jenkins settings! 2019-01-12 21:15:05 -05:00
efifeatures.h reducing complexity 2019-09-20 01:06:15 -04:00
engine_test_helper.cpp current toolchain does not work great with current rusEfi code, two methods with same name are hard for full text search :( 2019-08-08 22:33:52 -04:00
engine_test_helper.h fixing build & taking a safer route 2019-08-08 22:12:51 -04:00
global.h unit tests progress 2019-09-19 21:55:27 -04:00
global_execution_queue.cpp reducing unit test noise 2019-08-25 02:01:09 -04:00
global_execution_queue.h random cleanup 2019-04-15 19:24:46 -04:00
globalaccess.h #657 2019-01-28 02:59:14 -05:00
gmock-all.cpp
gtest-all.cpp
jenkins.sh
main.cpp unit_tests are failing under 32 bit mingw-w64 fix #905 2019-08-25 17:38:08 -04:00
map_resize.cpp migrating to googletest 2019-01-14 15:45:35 -05:00
map_resize.h
os_access.h Refactoring: OS access should be explicit #867 2019-07-03 21:48:04 -04:00
readme.md unit tests code coverage #653 2019-08-25 23:31:39 -04:00
rules.mk
run_clean_gcov.sh unit tests code coverage #653 2019-08-25 23:31:39 -04:00
run_gcov.bat unit tests code coverage #653 2019-08-26 10:45:34 -04:00
run_gcov.sh gcov 2019-08-25 21:51:22 -04:00
settings.h
test.mk MK clean-up 2019-06-15 16:43:30 -04:00
triggers.txt CBR600 trigger progress 2019-07-23 19:22:40 -04:00
unit_test_framework.cpp migrating to google test 2019-07-25 00:28:04 -04:00
unit_test_framework.h migrating to google test 2019-07-25 00:28:04 -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