Skip to content

Commit

Permalink
fix build issue in api/tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Saksham Bhalla committed Jan 14, 2025
1 parent 681bf92 commit 93f7502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ add_executable(gmsa_test_client "gmsa_test_client.cpp")
target_link_libraries(gmsa_test_client
cf_gmsa_service_private ${_PROTOBUF_LIBPROTOBUF})

add_executable(gmsa_integration_test "gmsa_integration_test.cpp")
add_executable(gmsa_integration_test "gmsa_api_integration_test.cpp")
target_link_libraries(gmsa_integration_test
cf_gmsa_service_private
${_PROTOBUF_LIBPROTOBUF}
Expand Down

0 comments on commit 93f7502

Please sign in to comment.