zephyr/doc/develop/test
Yuval Peress 47b675c6ee twister: Set a default gcov-tool for llvm
When using llvm we need to set the gcov-tool to "llvm-cov gcov" but
the lcov tool is incapable of passing arguments to the gcov-tool. i.e.
the following cannot work:

$ lcov --gcov-tool "llvm-cov gcov" ...

Instead, create a symlink to llvm-cov prefixed as `gcov` which by the
documentation of llvm-cov will alias to `llvm-cov gcov` subcommand.

Signed-off-by: Yuval Peress <peress@google.com>
2023-01-03 11:01:16 +01:00
..
coverage.rst twister: Set a default gcov-tool for llvm 2023-01-03 11:01:16 +01:00
fixtures.svg
index.rst
mocking.c
sparse.rst
twister.rst doc: develop: test: twister: remove outdated comment 2022-10-31 16:14:14 -04:00
ztest.rst doc: develop: test: ztest: mention the newly added fake EEPROM driver 2022-11-15 09:43:42 -06:00
ztest_deprecated.rst