From d83647f390d2910547ada2854eee6189e8552cb8 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 23 Aug 2025 10:34:01 +0900 Subject: refactor: test helpers --- tests/run.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/run.sh') diff --git a/tests/run.sh b/tests/run.sh index 0e28a96..27bd6d0 100644 --- a/tests/run.sh +++ b/tests/run.sh @@ -12,7 +12,10 @@ if [[ ! -f "$test_file" ]]; then exit 1 fi +source tests/test_helpers.sh + echo "$test_file" mkdir -p "$tmp_dir" cd "$tmp_dir" -bash "../../../$test_file" +source "../../../$test_file" +cd "../../.." -- cgit v1.2.3-70-g09d2