Files
esp-protocols/components/esp_modem/test/host_test/main/Kconfig
2022-12-30 13:11:59 +04:00

10 lines
174 B
Plaintext

menu "Host-test config"
config GCOV_ENABLED
bool "Coverage analyzer"
default n
help
Enables coverage analyzing for host tests.
endmenu