Skip to content

Commit

Permalink
Fixed unit tests. Using the correct libcbv2g cmake target
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Lukas <sebastian.lukas@pionix.de>
  • Loading branch information
SebaLukas committed Jun 13, 2024
1 parent c07c0dd commit 36f0f3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/DIN/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ add_executable(test_session_setup session_setup.cpp)

target_link_libraries(test_session_setup
PRIVATE
cb_v2g::DIN
cbv2g::din
Catch2::Catch2WithMain
)

Expand All @@ -13,7 +13,7 @@ add_executable(test_service_discovery service_discovery.cpp)

target_link_libraries(test_service_discovery
PRIVATE
cb_v2g::DIN
cbv2g::din
Catch2::Catch2WithMain
)

Expand Down
2 changes: 1 addition & 1 deletion tests/app_handshake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ add_executable(test_app_handshake app_handshake.cpp)

target_link_libraries(test_app_handshake
PRIVATE
cb_v2g::DIN
cbv2g::din
Catch2::Catch2WithMain
)

Expand Down

0 comments on commit 36f0f3b

Please sign in to comment.