Enhance the detection of missing test files

This commit is contained in:
Mohamed Oulmahdi 2022-02-03 22:26:10 +01:00
parent 6386eb191a
commit d50ec42c87
1 changed files with 0 additions and 3 deletions

View File

@ -39,9 +39,6 @@ function(configure_testing)
endfunction()
function(verify_testing)
if(NOT ENABLE_SIMULATION_TESTS)
return()
endif()
foreach(test_file IN LISTS fdb_test_files)
message(SEND_ERROR "${test_file} found but it is not associated with a test")
endforeach()