mirror of https://github.com/ARMmbed/mbed-os.git
UNITTESTS: Add comment for glob pattern
parent
817ff8ed8f
commit
a884f1ad43
|
@ -152,7 +152,7 @@ set(TEST_SUITES)
|
|||
|
||||
# Get all matched tests.
|
||||
file(GLOB_RECURSE unittest-file-list
|
||||
"../unittest.cmake"
|
||||
"../unittest.cmake" # matches any ../**/unittest.cmake
|
||||
)
|
||||
|
||||
if ("${unittest-file-list}" STREQUAL "")
|
||||
|
|
Loading…
Reference in New Issue