From 72fc40f783d282708eb93a0e7f0c166c770bd40f Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 29 May 2023 14:11:05 -0500 Subject: [PATCH] Cleanup: Fix comments in settings-tests files. --- level_0/f_status_string/data/build/settings-tests | 2 +- level_1/fl_path/data/build/settings-tests | 5 +++++ level_1/fl_status_string/data/build/settings-tests | 2 +- 3 files changed, 7 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 361106b..607cde2 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_path/data/build/settings-tests b/level_1/fl_path/data/build/settings-tests index e5b9b39..e049fd0 100644 --- a/level_1/fl_path/data/build/settings-tests +++ b/level_1/fl_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-fl_path diff --git a/level_1/fl_status_string/data/build/settings-tests b/level_1/fl_status_string/data/build/settings-tests index 297dd1e..44a5c09 100644 --- a/level_1/fl_status_string/data/build/settings-tests +++ b/level_1/fl_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