Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
0b2c781cb736f801c8e73fa7461bc852ab43038e
/
.
/
Tests
/
RunCMake
/
GoogleTest
/
GoogleTest-discovery-flush-script-check-list.cmake
blob: 1ae222fd0a1a94a0b11504f890122d78dffb3540 [
file
]
list
(
LENGTH flush_script_test_TESTS LIST_SIZE
)
set
(
EXPECTED_LIST_SIZE
4
)
if
(
NOT LIST_SIZE EQUAL $
{
EXPECTED_LIST_SIZE
})
message
(
"TEST_LIST should have ${EXPECTED_LIST_SIZE} elements but it has ${LIST_SIZE}"
)
endif
()