From: Matthias Maier Date: Fri, 26 Jan 2024 19:42:15 +0000 (-0600) Subject: CMake: update comments X-Git-Tag: relicensing~103^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d3a63f37553121e0ed1e9ac54462d56337a7267;p=dealii.git CMake: update comments --- diff --git a/cmake/macros/macro_deal_ii_add_test.cmake b/cmake/macros/macro_deal_ii_add_test.cmake index 43cdeb459b..a987a1d511 100644 --- a/cmake/macros/macro_deal_ii_add_test.cmake +++ b/cmake/macros/macro_deal_ii_add_test.cmake @@ -65,7 +65,7 @@ # # The following variables must be set: # -# BASH +# BASH # - Complete path to the bash shell. # # NUMDIFF_EXECUTABLE @@ -92,8 +92,7 @@ # to 0. # # ENABLE_PERFORMANCE_TESTS -# - If defined and set to true the execution of performance tests will -# be enabled. +# - If set to true the execution of performance tests will be enabled. # # TESTING_ENVIRONMENT # - Specifies the performance test testing environment. Valid options diff --git a/cmake/macros/macro_deal_ii_pickup_tests.cmake b/cmake/macros/macro_deal_ii_pickup_tests.cmake index 64ceedb29e..219fd3f5bc 100644 --- a/cmake/macros/macro_deal_ii_pickup_tests.cmake +++ b/cmake/macros/macro_deal_ii_pickup_tests.cmake @@ -20,9 +20,9 @@ # If TEST_PICKUP_REGEX is set, only tests matching the regex will be # processed. # -# Furthermore, the macro sets up (if necessary) deal.II, perl, numdiff, -# and the following variables, that can be overwritten by environment or -# command line: +# Furthermore, the macro sets up (if necessary) deal.II, bash, perl, +# numdiff, and the following variables, that can be overwritten by +# environment or command line: # # TEST_LIBRARIES # TEST_LIBRARIES_DEBUG