unit tests code coverage #653
This commit is contained in:
parent
1200dd5efd
commit
24b6f08979
|
@ -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)
|
|
@ -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/)
|
|
@ -3,3 +3,4 @@
|
|||
make clean
|
||||
make -j4
|
||||
build/rusefi_test
|
||||
./run_gcov.sh
|
Loading…
Reference in New Issue