From 624cb1b86e75e2701277b9c3f56d66481b53e35a Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 29 May 2023 14:09:43 -0500 Subject: [PATCH] Cleanup: Fix comments in settings-tests files. --- level_0/f_status_string/data/build/settings-tests | 2 +- level_1/fl_utf/data/build/settings-tests | 5 +++++ level_2/fll_path/data/build/settings-tests | 5 +++++ level_2/fll_status_string/data/build/settings-tests | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/level_0/f_status_string/data/build/settings-tests b/level_0/f_status_string/data/build/settings-tests index 88a4454..04a335d 100644 --- a/level_0/f_status_string/data/build/settings-tests +++ b/level_0/f_status_string/data/build/settings-tests @@ -1,6 +1,6 @@ # fss-0001 # -# Builds a program that is links to the generated library and is status_stringd to perform tests. +# Builds a program that is links to the generated library and is executed to perform tests. # # Memory leaks in the test program can be checked for by running valgrind with this executable. # diff --git a/level_1/fl_utf/data/build/settings-tests b/level_1/fl_utf/data/build/settings-tests index 78c0961..962a7d5 100644 --- a/level_1/fl_utf/data/build/settings-tests +++ b/level_1/fl_utf/data/build/settings-tests @@ -1,4 +1,9 @@ # fss-0001 +# +# Builds a program that is links to the generated library and is executed to perform tests. +# +# Memory leaks in the test program can be checked for by running valgrind with this executable. +# build_name test-fl_utf diff --git a/level_2/fll_path/data/build/settings-tests b/level_2/fll_path/data/build/settings-tests index d610b52..8da9e9e 100644 --- a/level_2/fll_path/data/build/settings-tests +++ b/level_2/fll_path/data/build/settings-tests @@ -1,4 +1,9 @@ # fss-0001 +# +# Builds a program that is links to the generated library and is executed to perform tests. +# +# Memory leaks in the test program can be checked for by running valgrind with this executable. +# build_name test-fll_path diff --git a/level_2/fll_status_string/data/build/settings-tests b/level_2/fll_status_string/data/build/settings-tests index 7f4b8ee..f40ee83 100644 --- a/level_2/fll_status_string/data/build/settings-tests +++ b/level_2/fll_status_string/data/build/settings-tests @@ -1,6 +1,6 @@ # fss-0001 # -# Builds a program that is links to the generated library and is status_stringd to perform tests. +# Builds a program that is links to the generated library and is executed to perform tests. # # Memory leaks in the test program can be checked for by running valgrind with this executable. # -- 1.8.3.1