From 93e532734145dbc4540632634247e698233c4c38 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 30 Aug 2024 19:47:18 -0500 Subject: [PATCH] Cleanup: The testfile for the FSS Read programs. --- level_3/fss_read/data/build/testfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/level_3/fss_read/data/build/testfile b/level_3/fss_read/data/build/testfile index c1ee9e1..2fb473a 100644 --- a/level_3/fss_read/data/build/testfile +++ b/level_3/fss_read/data/build/testfile @@ -53,6 +53,7 @@ generate_process: print print Generating Test 0000 for Extended (FSS-0001). print + touch directory parameter:"build_path"test/fss_0001 run parameter:"script" ./tests/runtime/script/generate.sh parameter:"test_prefix"0001 tests/runtime/fss_0001/source/test-0000-quotes_and_escapes.fss parameter:"build_path"test/fss_0001 @@ -64,6 +65,7 @@ generate_process: print print Generating Test 0000 for Basic List (FSS-0002). print + touch directory parameter:"build_path"test/fss_0002 run parameter:"script" ./tests/runtime/script/generate.sh parameter:"test_prefix"0002 tests/runtime/fss_0002/source/test-0000-basic.fss parameter:"build_path"test/fss_0002 @@ -80,6 +82,7 @@ generate_process: print print Generating Test 0000 for Extended List (FSS-0003). print + touch directory parameter:"build_path"test/fss_0003 run parameter:"script" ./tests/runtime/script/generate.sh parameter:"test_prefix"0003 tests/runtime/fss_0003/source/test-0000-basic.fss parameter:"build_path"test/fss_0003 @@ -96,6 +99,7 @@ generate_process: print print Generating Test 0000 for Embedded List (FSS-0008). print + touch directory parameter:"build_path"test/fss_0008 run parameter:"script" ./tests/runtime/script/generate.sh parameter:"test_prefix"0008 tests/runtime/fss_0008/source/test-0000-basic.fss parameter:"build_path"test/fss_0008 @@ -105,13 +109,14 @@ generate_process: run parameter:"script" ./tests/runtime/script/generate.sh parameter:"test_prefix"0008 tests/runtime/fss_0008/source/test-0001-empty_name_list.fss parameter:"build_path"test/fss_0008 print - print Generating Test 0008 for Embedded List (FSS-0008). + print Generating Test 0002 for Embedded List (FSS-0008). print run parameter:"script" ./tests/runtime/script/generate.sh parameter:"test_prefix"0008 tests/runtime/fss_0008/source/test-0002-mixed.fss parameter:"build_path"test/fss_0008 print print Generating Test 0000 for Payload (FSS-000E). print + touch directory parameter:"build_path"test/fss_000e run parameter:"script" ./tests/runtime/script/generate.sh parameter:"test_prefix"000e tests/runtime/fss_000e/source/test-0000-basic.fss parameter:"build_path"test/fss_000e -- 1.8.3.1