Commit 9f1fa7d
Richard van de Ketterij
fix ament_clang_format test dependency for CMake
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 vdK <[email protected]>1 parent 418a69c commit 9f1fa7d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments