Skip to content

Commit

Permalink
revert: feat(global_parameter_loader): add gtest to global parameter …
Browse files Browse the repository at this point in the history
…loader (autowarefoundation#6872)

Revert "feat(global_parameter_loader): add gtest to global parameter loader (…"

This reverts commit dfec62a.
  • Loading branch information
h-ohta committed Apr 25, 2024
1 parent 4ff93b2 commit 2cfcfc0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 57 deletions.
5 changes: 0 additions & 5 deletions build_depends.repos
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,3 @@ repositories:
type: git
url: https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs.git
version: main
#vehicle
vehicle/sample_vehicle_launch:
type: git
url: https://github.com/autowarefoundation/sample_vehicle_launch.git
version: main
5 changes: 0 additions & 5 deletions common/global_parameter_loader/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ project(global_parameter_loader)
find_package(autoware_cmake REQUIRED)
autoware_package()

if(BUILD_TESTING)
file(GLOB_RECURSE test_files test/*.cpp)
ament_add_ros_isolated_gtest(test_global_params_launch ${test_files})
endif()

ament_auto_package(
INSTALL_TO_SHARE
launch
Expand Down
4 changes: 1 addition & 3 deletions common/global_parameter_loader/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>autoware_cmake</buildtool_depend>

<depend>sample_vehicle_description</depend>
<depend>vehicle_info_util</depend>
<exec_depend>vehicle_info_util</exec_depend>

<test_depend>ament_cmake_ros</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>autoware_lint_common</test_depend>

Expand Down
44 changes: 0 additions & 44 deletions common/global_parameter_loader/test/test_global_params_launch.cpp

This file was deleted.

0 comments on commit 2cfcfc0

Please sign in to comment.