There was an error while loading. Please reload this page.
1 parent fa9fd8f commit a399b07Copy full SHA for a399b07
2 files changed
modules/module_3/package.xml
@@ -19,7 +19,7 @@
19
<test_depend>ament_lint_auto</test_depend>
20
<test_depend>ament_cmake_clang_format</test_depend>
21
<test_depend>ament_cmake_cpplint</test_depend>
22
- <test_depend>ament_cmake_gtest</test_depend>
+ <test_depend>ament_cmake_ros</test_depend>
23
24
<export>
25
<build_type>ament_cmake</build_type>
modules/module_3/test/CMakeLists.txt
@@ -12,9 +12,9 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-find_package(ament_cmake_gtest REQUIRED)
+find_package(ament_cmake_ros REQUIRED)
16
17
-ament_add_gtest(test_laser_detector_node
+ament_add_ros_isolated_gtest(test_laser_detector_node
18
test_laser_detector_node.cpp
)
target_link_libraries(test_laser_detector_node
0 commit comments