From 6d3a63f37553121e0ed1e9ac54462d56337a7267 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 26 Jan 2024 13:42:15 -0600 Subject: [PATCH] CMake: update comments --- cmake/macros/macro_deal_ii_add_test.cmake | 5 ++--- cmake/macros/macro_deal_ii_pickup_tests.cmake | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) 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 -- 2.39.5