summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zephyr/test/drivers/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/zephyr/test/drivers/CMakeLists.txt b/zephyr/test/drivers/CMakeLists.txt
index ce9e9bb966..a762365475 100644
--- a/zephyr/test/drivers/CMakeLists.txt
+++ b/zephyr/test/drivers/CMakeLists.txt
@@ -71,3 +71,5 @@ target_sources(app PRIVATE
)
add_subdirectory(isl923x)
+
+set_compiler_property(APPEND PROPERTY coverage -O0)