UNITTESTS: Add comment for glob pattern

pull/13253/head
Lingkai Dong 2020-07-08 16:28:56 +01:00
parent 817ff8ed8f
commit a884f1ad43
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ set(TEST_SUITES)
# Get all matched tests. # Get all matched tests.
file(GLOB_RECURSE unittest-file-list file(GLOB_RECURSE unittest-file-list
"../unittest.cmake" "../unittest.cmake" # matches any ../**/unittest.cmake
) )
if ("${unittest-file-list}" STREQUAL "") if ("${unittest-file-list}" STREQUAL "")