e223cfa9dd
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>
7 lines
173 B
CMake
7 lines
173 B
CMake
add_subdirectory_if_kconfig(ztest)
|
|
|
|
zephyr_include_directories_ifdef(CONFIG_TEST
|
|
$ENV{ZEPHYR_BASE}/tests/include
|
|
)
|
|
add_subdirectory_ifdef(CONFIG_COVERAGE_GCOV coverage)
|