Skip to content

Commit 6cd871b

Browse files
committed
fix test file glob
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
1 parent 94bc34e commit 6cd871b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoware_utils_math/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ament_auto_add_library(${PROJECT_NAME} SHARED
1010
)
1111

1212
if(BUILD_TESTING)
13-
file(GLOB_RECURSE test_files test/**/*.cpp)
13+
file(GLOB_RECURSE test_files test/*.cpp)
1414
ament_auto_add_gtest(test_${PROJECT_NAME} ${test_files})
1515
endif()
1616

0 commit comments

Comments
 (0)