This website requires JavaScript.
Explore
Help
Sign in
michaelh
/
zephyr
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Releases
Activity
8287f7c855
zephyr
/
subsys
/
testsuite
/
coverage
/
CMakeLists.txt
2 lines
54 B
Text
Raw
Normal View
History
Unescape
Escape
tests: coverage: Add Gcov support. 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>
2018-08-29 17:31:46 +05:30
zephyr_sources_ifdef(CONFIG_COVERAGE_GCOV coverage.c)
Copy permalink