Skip to content

Commit

Permalink
action tests depend on action client and server
Browse files Browse the repository at this point in the history
  • Loading branch information
sloretz committed Dec 6, 2018
1 parent 91b414f commit 7c424cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_communication/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ if(BUILD_TESTING)
set_tests_properties(
test_action_client_server${test_suffix}
PROPERTIES DEPENDS
"test_requester_cpp__${rmw_implementation1};test_replier_cpp__${rmw_implementation2}"
"test_action_client_cpp__${rmw_implementation1};test_action_server_cpp__${rmw_implementation2}"
)
endif()
endforeach()
Expand Down

0 comments on commit 7c424cd

Please sign in to comment.