Skip to content

Commit 38daf9d

Browse files
sloretzahcorde
authored andcommitted
Add dependency on ament_cmake_gtest (#109)
* Add dpendency on ament_cmake_gtest Signed-off-by: Shane Loretz <[email protected]> * Make buildtool_depends test_depends Signed-off-by: Shane Loretz <[email protected]>
1 parent a186e7d commit 38daf9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test_rmw_implementation/package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88
<license>Apache License 2.0</license>
99

1010
<buildtool_depend>ament_cmake</buildtool_depend>
11-
<buildtool_depend>rmw_implementation_cmake</buildtool_depend>
1211

12+
<test_depend>ament_cmake_gtest</test_depend>
1313
<test_depend>ament_lint_auto</test_depend>
1414
<test_depend>ament_lint_common</test_depend>
1515
<test_depend>osrf_testing_tools_cpp</test_depend>
1616
<test_depend>rcutils</test_depend>
1717
<test_depend>rmw</test_depend>
1818
<test_depend>rmw_implementation</test_depend>
19+
<test_depend>rmw_implementation_cmake</test_depend>
1920

2021
<export>
2122
<build_type>ament_cmake</build_type>

0 commit comments

Comments
 (0)