From 2009a26e17ad9dbefee3a5ca4339d754e51ef078 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 15 Feb 2026 00:04:23 +0900 Subject: refactor: write more tests in C --- tests/all.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/all.sh') diff --git a/tests/all.sh b/tests/all.sh index 39d5ca6..dc62adf 100644 --- a/tests/all.sh +++ b/tests/all.sh @@ -5,10 +5,8 @@ mkdir -p tests/tmp for filename in tests/*.sh tests/*.c; do testcase="$(basename "$filename")" - testcase="${testcase/%.sh/}" - testcase="${testcase/%.c/}" case "$testcase" in - all|run|helpers) + all.sh|run.sh|helpers.sh|helpers.h) ;; *) source tests/run.sh "$testcase" -- cgit v1.3-1-g0d28