From aeb23495eced927249e50357583885b977b5022f Mon Sep 17 00:00:00 2001 From: Balaji Srinivasan Date: Tue, 24 Sep 2024 22:37:49 +0200 Subject: [PATCH 1/2] Update CMakeLists.txt From 240b346b0d8e5c6ca73e7bc60de788d60a24c802 Mon Sep 17 00:00:00 2001 From: Balaji Srinivasan Date: Tue, 24 Sep 2024 22:51:34 +0200 Subject: [PATCH 2/2] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 744b6f5..ef44cf2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ include(CTest) set(CMOCKA_DIR ${CMAKE_CURRENT_SOURCE_DIR}/cmocka) -add_compile_options(-Werror -Wall -g -O0 --coverage) +add_compile_options(-Werror -Wall -g -O0 --coverage -fprofile-arcs -ftest-coverage) add_subdirectory(examples)