From 338d3956d4961f3ce91707a2d25ce7e5667ef2b0 Mon Sep 17 00:00:00 2001 From: Dan Rose Date: Wed, 23 Oct 2019 12:49:32 -0500 Subject: [PATCH] Specify working directory for filesystem test Prevent anticipated breakage from https://github.com/ament/ament_cmake/pull/206 Signed-off-by: Dan Rose --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1eb69bcc..2c210a7d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")