aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/all.sh
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-15 00:04:23 +0900
committernsfisis <nsfisis@gmail.com>2026-02-15 00:04:23 +0900
commit2009a26e17ad9dbefee3a5ca4339d754e51ef078 (patch)
tree5c311a1a17f40786f53f4a89c5bbbb72402a6b2d /tests/all.sh
parentef0cb4dbdc1c036f70f94a905cbacae9be5abf5e (diff)
downloadducc-2009a26e17ad9dbefee3a5ca4339d754e51ef078.tar.gz
ducc-2009a26e17ad9dbefee3a5ca4339d754e51ef078.tar.zst
ducc-2009a26e17ad9dbefee3a5ca4339d754e51ef078.zip
refactor: write more tests in C
Diffstat (limited to 'tests/all.sh')
-rw-r--r--tests/all.sh4
1 files changed, 1 insertions, 3 deletions
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"