Enhance the detection of missing test files
This commit is contained in:
parent
6386eb191a
commit
d50ec42c87
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue