Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix ament_clang_format test dependency for CMake #393

Open
wants to merge 1 commit into
base: foxy
Choose a base branch
from

Conversation

RichardvdK
Copy link

@RichardvdK RichardvdK commented Jul 1, 2022

I tried the <test_depend>ament_clang_format</test_depend> but colcon test didn't find any tests in this way. After changing it to ament_cmake_clang_format it worked.

From the ament_clang_format doc: "How to run the check from within a CMake ament package as part of the tests? -> The CMake integration is provided by the package ament_cmake_clang_format"

Signed-off-by: RichardvdK Richard.van.de.ketterij@nobleo.nl

@RichardvdK RichardvdK force-pushed the patch-1 branch 2 times, most recently from 3dc4381 to 9f1fa7d Compare July 1, 2022 13:07
I tried the <test_depend>ament_cmake_clang_format</test_depend> but colcon test didn't find any tests in this way. After changing it to ament_cmake_clang_format it worked.

From the ament_clang_format doc: "How to run the check from within a CMake ament package as part of the tests? -> The CMake integration is provided by the package ament_cmake_clang_format"

Signed-off-by: Richard van de Ketterij <richard.van.de.ketterij@nobleo.nl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant