cmake/Tests/RunCMake/GoogleTest/GoogleTest-discovery-flush-script-check-list.cmake

6 lines
217 B
CMake
Raw Normal View History

2022-03-29 21:10:50 +02:00
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()