Skip to content

Commit

Permalink
UNITTESTS: Add comment for glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
LDong-Arm committed Jul 8, 2020
1 parent 817ff8e commit a884f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UNITTESTS/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 "")
Expand Down

0 comments on commit a884f1a

Please sign in to comment.