diff --git a/platforms/posix/cmake/sitl_tests.cmake b/platforms/posix/cmake/sitl_tests.cmake index 9990fc2a9adf1695bb068c6b0a059b1702e851f1..0b36456e564c24332a302b76874d77315b728295 100644 --- a/platforms/posix/cmake/sitl_tests.cmake +++ b/platforms/posix/cmake/sitl_tests.cmake @@ -49,8 +49,6 @@ if (CMAKE_SYSTEM_NAME STREQUAL "CYGWIN") ) endif() -message("${tests}") - foreach(test_name ${tests}) configure_file(${PX4_SOURCE_DIR}/posix-configs/SITL/init/test/test_template.in ${PX4_SOURCE_DIR}/posix-configs/SITL/init/test/test_${test_name}_generated)