2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#3732] Remove test-all.sh

This commit is contained in:
Andrei Pavel
2025-04-13 21:28:59 +03:00
parent 56fb8d364e
commit d6268c9544

View File

@@ -1,7 +0,0 @@
#!/bin/sh
test_cmds=$(meson introspect --tests build -i | jq -r .[].cmd[] | sort -V)
for test_cmd in ${test_cmds}; do
"${test_cmd}"
done