From 68d9da9746d235e2d9a7d0ba61310c533b355847 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 7 May 2025 09:13:49 +0900 Subject: copy files from P4Dcc --- tests/all.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/all.sh (limited to 'tests/all.sh') diff --git a/tests/all.sh b/tests/all.sh new file mode 100644 index 0000000..70776cf --- /dev/null +++ b/tests/all.sh @@ -0,0 +1,14 @@ +set -e + +rm -rf tests/tmp +mkdir -p tests/tmp +for i in $(seq 1 999); do + testcase=$(printf '%03d' $i) + test_file="tests/$testcase.sh" + if [[ -f "$test_file" ]]; then + bash tests/run.sh "$testcase" + else + echo "All tests passed." + exit + fi +done -- cgit v1.2.3-70-g09d2