mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 00:45:23 +00:00
This is a custom Gcov implementation. Taking excerpts from gcc gcc libgcc/libgcov.h and gcc/gcov-io.h. Ported to zephyr by Ramakrishna Pallala <ramakrishna.pallala@intel.com> and Adithya Baglody <adithya.nagaraj.baglody@intel.com> Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
2 lines
54 B
CMake
2 lines
54 B
CMake
zephyr_sources_ifdef(CONFIG_COVERAGE_GCOV coverage.c)
|