Skip to content

Commit

Permalink
Specify working directory for filesystem test
Browse files Browse the repository at this point in the history
 Prevent anticipated breakage from ament/ament_cmake#206
Signed-off-by: Dan Rose <[email protected]>
  • Loading branch information
rotu committed Oct 23, 2019
1 parent e7eb74c commit 338d395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ if(BUILD_TESTING)

rcutils_custom_add_gtest(test_filesystem
test/test_filesystem.cpp
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
)
if(TARGET test_filesystem)
ament_target_dependencies(test_filesystem "osrf_testing_tools_cpp")
Expand Down

0 comments on commit 338d395

Please sign in to comment.