From 6c96a2c72935621e189ff869328ecda9aedc1316 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 15 Jun 2025 09:07:24 +1200 Subject: [PATCH] 'Generic Commit' --- tests/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/build.sh b/tests/build.sh index c7fb2f6..37ba4a1 100755 --- a/tests/build.sh +++ b/tests/build.sh @@ -22,7 +22,7 @@ build_project() { --build-arg PROJECT="${project}" \ --build-arg CMAKE_BUILD_TYPE="${CMAKE_BUILD_TYPE}" \ --output "${output_dir}" \ - "${SCRIPT_DIR}/tests/${project}" + "${SCRIPT_DIR}/${project}" } # Clean and prepare output directory