Skip to content

Commit

Permalink
build: enable gosling features in tarpaulin code-coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
morganava committed Nov 16, 2024
1 parent d47b038 commit 27b2f0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/gosling/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,17 @@ if (BUILD_PAGES)
set(TARPAULIN_FEATURES_LIST)
if (ENABLE_MOCK_TOR_PROVIDER)
list(APPEND TARPAULIN_FEATURES_LIST "tor-interface/mock-tor-provider")
list(APPEND TARPAULIN_FEATURES_LIST "gosling/mock-tor-provider")
list(APPEND TARPAULIN_FEATURES_LIST "cgosling/mock-tor-provider")
endif()
if (ENABLE_LEGACY_TOR_PROVIDER)
list(APPEND TARPAULIN_FEATURES_LIST "tor-interface/legacy-tor-provider")
list(APPEND TARPAULIN_FEATURES_LIST "gosling/legacy-tor-provider")
list(APPEND TARPAULIN_FEATURES_LIST "cgosling/legacy-tor-provider")
endif()
if (ENABLE_ARTI_CLIENT_TOR_PROVIDER)
list(APPEND TARPAULIN_FEATURES_LIST "tor-interface/arti-client-tor-provider")
list(APPEND TARPAULIN_FEATURES_LIST "gosling/arti-client-tor-provider")
list(APPEND TARPAULIN_FEATURES_LIST "cgosling/arti-client-tor-provider")
endif()

Expand Down

0 comments on commit 27b2f0b

Please sign in to comment.