unit tests code coverage #653

This commit is contained in:
rusefi 2019-08-25 23:31:39 -04:00
parent 1200dd5efd
commit 24b6f08979
3 changed files with 10 additions and 1 deletions

6
firmware/readme.md Normal file
View File

@ -0,0 +1,6 @@
[Doxygen](https://rusefi.com/docs/html/)
[Q&A on source code](https://rusefi.com/forum/viewtopic.php?f=5&t=10)
See also [../unit_tests](../unit_tests)

View File

@ -3,4 +3,6 @@ In this folder we have rusEfi unit tests using https://github.com/google/googlet
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.
1. Execute rusefi_test binary on your PC/Mac, it's expected to say SUCCESS and not fail :) Googletest will also print results summary.
1. 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](https://rusefi.com/docs/unit_tests_coverage/)

View File

@ -3,3 +3,4 @@
make clean
make -j4
build/rusefi_test
./run_gcov.sh