Skip to content

Commit a884f1a

Browse files
committed
UNITTESTS: Add comment for glob pattern
1 parent 817ff8e commit a884f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UNITTESTS/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ set(TEST_SUITES)
152152

153153
# Get all matched tests.
154154
file(GLOB_RECURSE unittest-file-list
155-
"../unittest.cmake"
155+
"../unittest.cmake" # matches any ../**/unittest.cmake
156156
)
157157

158158
if ("${unittest-file-list}" STREQUAL "")

0 commit comments

Comments
 (0)