Skip to content

fix ament_clang_format test dependency for CMake#393

Open
RichardvdK wants to merge 1 commit intoament:foxyfrom
RichardvdK:patch-1
Open

fix ament_clang_format test dependency for CMake#393
RichardvdK wants to merge 1 commit intoament:foxyfrom
RichardvdK:patch-1

Conversation

@RichardvdK
Copy link
Copy Markdown

@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