From 0c851cac6e7db769c34b2ca6a1743cfdc6e4e7da Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 8 Jan 2025 19:05:41 -0600 Subject: [PATCH] Bugfix: Runtime tests are missing the main programs. Add the appropriate programs to the `testfile`. I probably overlooked this because the programs likely already exist in my PATH. --- level_3/fss_read/data/build/testfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/level_3/fss_read/data/build/testfile b/level_3/fss_read/data/build/testfile index 172a0a7..5d2c787 100644 --- a/level_3/fss_read/data/build/testfile +++ b/level_3/fss_read/data/build/testfile @@ -21,6 +21,12 @@ settings: main: build settings build settings.main + build settings.basic + build settings.basic_list + build settings.extended + build settings.extended_list + build settings.embedded_list + build settings.payload operate build_path operate ld_library_path -- 1.8.3.1