aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/all.sh
diff options
context:
space:
mode:
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"