From: Wolfgang Bangerth Date: Wed, 17 Apr 2024 19:51:07 +0000 (-0600) Subject: Print a message on the screen when normalizing a test output. X-Git-Tag: v9.6.0-rc1~363^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22505447ade5efccdae1c1d3c63c2eac74b8e77c;p=dealii.git Print a message on the screen when normalizing a test output. --- diff --git a/cmake/macros/macro_deal_ii_add_test.cmake b/cmake/macros/macro_deal_ii_add_test.cmake index 481ea0c474..8bcccabc83 100644 --- a/cmake/macros/macro_deal_ii_add_test.cmake +++ b/cmake/macros/macro_deal_ii_add_test.cmake @@ -561,6 +561,8 @@ function(deal_ii_add_test _category _test_name _comparison_file) DEPENDS ${_target} ${DEAL_II_PATH}/${DEAL_II_SHARE_RELDIR}/scripts/normalize.pl + COMMENT + "Normalizing test output file ${_test_directory}/output" VERBATIM )