Skip to content

Commit

Permalink
Move test_namespace into the correct directory. (#1087)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed Aug 14, 2023
1 parent b55c41b commit 799151f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcl/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ function(test_target_function)
)

rcl_add_custom_gtest(test_namespace${target_suffix}
SRCS test_namespace.cpp
SRCS rcl/test_namespace.cpp
ENV ${rmw_implementation_env_var}
APPEND_LIBRARY_DIRS ${extra_lib_dirs}
LIBRARIES ${PROJECT_NAME}
Expand Down
File renamed without changes.

0 comments on commit 799151f

Please sign in to comment.