From c96e7440f582d121eb764e9c237b28f90c7abc18 Mon Sep 17 00:00:00 2001 From: Jakub Sitnicki Date: Thu, 25 Sep 2025 22:30:01 +0200 Subject: [PATCH] Include test_title.sh in build depenedencies set_test_title helper is not available in the single file library because it's not being pulled in by the build script. Fix it. --- CHANGELOG.md | 1 + build.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e9e2b4..a0053ec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - Add `AGENTS.md` for external developer tools integration - Add two-way synchronization policy between `AGENTS.md` and `copilot-instructions.md` with automatic validation in task templates and PR checklist - Add tasks storage policy clarifying `.tasks/` (versioned) vs `.task/` (private scratch, git-ignored) +- Include `set_test_title` helper in the single-file library ## [0.24.0](https://github.com/TypedDevs/bashunit/compare/0.23.0...0.24.0) - 2025-09-14 diff --git a/build.sh b/build.sh index c9680e90..081a87b7 100755 --- a/build.sh +++ b/build.sh @@ -98,6 +98,7 @@ function build::dependencies() { "src/console_header.sh" "src/console_results.sh" "src/helpers.sh" + "src/test_title.sh" "src/upgrade.sh" "src/assertions.sh" "src/reports.sh"