Skip to content

Commit

Permalink
Enable code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
wichtounet committed Nov 2, 2023
1 parent b436c20 commit 6555593
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -8,6 +8,9 @@ include make-utils/cpp-utils.mk
# Use C++23
$(eval $(call use_cpp23))

# Enable code coverage in debug mode
$(eval $(call enable_coverage))

CXX_FLAGS += -pthread

LD_FLAGS += -luuid -lssl -lcrypto -ldl
Expand Down
2 changes: 1 addition & 1 deletion make-utils
Submodule make-utils updated 1 files
+3 −3 flags.mk

0 comments on commit 6555593

Please sign in to comment.