ament / ament_lint

Apache License 2.0
38 stars 107 forks source link

fix ament_clang_format test dependency for CMake #393

Open RichardvdK opened 2 years ago

RichardvdK commented 2 years ago

I tried the ament_clang_format 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