zephyr/doc/subsystems/test
Alberto Escolar Piedras c026c2ed82 sanitycheck: control coverage from command line
Added a new command line options to sanitycheck:
--enable-coverage which will compile for native_posix
with CONFIG_COVERAGE set, and unit tests accordingly.
+
Now -C --coverage implies also --enable-coverage.

Background:
After 608778a4de
it is possible to add Kconfig options from command
line during the cmake invocation.
So we can use it to set CONFIG_COVERAGE for the native_posix
target when we need to instead of relaying on it always
being compiled with coverage enabled.

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2018-07-03 08:36:06 -04:00
..
index.rst doc: add documentation about sanitycheck 2017-06-21 20:56:53 -04:00
mocking.c tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
sanitycheck.rst sanitycheck: control coverage from command line 2018-07-03 08:36:06 -04:00
ztest.rst doc: document best practices for main.c suite declaration 2018-05-09 13:19:38 -04:00