We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94bc34e commit 6cd871bCopy full SHA for 6cd871b
autoware_utils_math/CMakeLists.txt
@@ -10,7 +10,7 @@ ament_auto_add_library(${PROJECT_NAME} SHARED
10
)
11
12
if(BUILD_TESTING)
13
- file(GLOB_RECURSE test_files test/**/*.cpp)
+ file(GLOB_RECURSE test_files test/*.cpp)
14
ament_auto_add_gtest(test_${PROJECT_NAME} ${test_files})
15
endif()
16
0 commit comments