From d50ec42c879980caba370de18085517b40d3715b Mon Sep 17 00:00:00 2001 From: Mohamed Oulmahdi Date: Thu, 3 Feb 2022 22:26:10 +0100 Subject: [PATCH] Enhance the detection of missing test files --- cmake/AddFdbTest.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmake/AddFdbTest.cmake b/cmake/AddFdbTest.cmake index e5dfcbfcec..95bffbccf6 100644 --- a/cmake/AddFdbTest.cmake +++ b/cmake/AddFdbTest.cmake @@ -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()