We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac29f04 commit 31a8c49Copy full SHA for 31a8c49
perception/autoware_simple_object_merger/CMakeLists.txt
@@ -31,6 +31,10 @@ if(BUILD_TESTING)
31
list(APPEND AMENT_LINT_AUTO_EXCLUDE ament_cmake_uncrustify)
32
find_package(ament_lint_auto REQUIRED)
33
ament_lint_auto_find_test_dependencies()
34
+
35
+ ament_auto_add_gtest(simple_object_merger_node_tests
36
+ test/test_node.cpp
37
+ )
38
endif()
39
40
# Package
perception/autoware_simple_object_merger/package.xml
@@ -13,6 +13,7 @@
13
<buildtool_depend>ament_cmake_auto</buildtool_depend>
14
15
<depend>autoware_perception_msgs</depend>
16
+ <depend>autoware_test_utils</depend>
17
<depend>autoware_utils</depend>
18
<depend>geometry_msgs</depend>
19
<depend>rclcpp</depend>
0 commit comments