Skip to content

Commit f4a7bd6

Browse files
committed
revert codex tests
1 parent ba1c821 commit f4a7bd6

File tree

2 files changed

+11
-37
lines changed

2 files changed

+11
-37
lines changed

mqtt_client/CMakeLists.txt

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,17 @@ if(${ROS_VERSION} EQUAL 2)
6969
FILES_MATCHING PATTERN "*ros2*"
7070
)
7171

72-
if(BUILD_TESTING)
73-
find_package(ament_lint_auto REQUIRED)
74-
set(ament_cmake_cpplint_FOUND TRUE)
75-
ament_lint_auto_find_test_dependencies()
76-
77-
find_package(ament_cmake_gtest REQUIRED)
78-
ament_add_gtest(test_fixed_primitive test/test_fixed_primitive.cpp)
79-
target_link_libraries(test_fixed_primitive ${PROJECT_NAME}_lib)
80-
endif()
72+
# if(BUILD_TESTING)
73+
# find_package(ament_lint_auto REQUIRED)
74+
# # the following line skips the linter which checks for copyrights
75+
# # comment the line when a copyright and license is added to all source files
76+
# set(ament_cmake_copyright_FOUND TRUE)
77+
# # the following line skips cpplint (only works in a git repo)
78+
# # comment the line when this package is in a git repo and when
79+
# # a copyright and license is added to all source files
80+
# set(ament_cmake_cpplint_FOUND TRUE)
81+
# ament_lint_auto_find_test_dependencies()
82+
# endif()
8183

8284
ament_package()
8385

mqtt_client/test/test_fixed_primitive.cpp

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)