Verified Commit 061298dd authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Enable capturing coverage for new targets

parent 6d3634d3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -101,6 +101,10 @@ target_link_libraries(
          Date::TZ
)

if(GKFS_ENABLE_CODE_COVERAGE)
  target_code_coverage(gkfs_intercept_common PUBLIC)
endif()

# ##############################################################################
# This builds the `libgkfs_intercept.so` library: the primary GekkoFS client
# based on syscall interception.
+4 −0
Original line number Diff line number Diff line
@@ -85,6 +85,10 @@ target_link_libraries(
          Threads::Threads
)

if(GKFS_ENABLE_CODE_COVERAGE)
  target_code_coverage(gkfs_daemon_common PUBLIC)
endif()

# ##############################################################################
# This builds the `gkfs_daemon` executable: the primary GekkoFS daemon.
# ##############################################################################