tests/http/clients: move to tests/client

To have all the tests binaries directly under the tests directory.

There seems to be no issue adding non-http test clients to this subdir.

Closes #17637
This commit is contained in:
Viktor Szakats 2025-06-16 12:42:19 +02:00
parent 260ec730c2
commit 9b7c488f17
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
21 changed files with 16 additions and 20 deletions

View file

@ -353,7 +353,7 @@ jobs:
fi
if [ "${MATRIX_BUILD}" != 'cmake' ]; then
# avoid libtool's .exe wrappers
mv bld/tests/http/clients/.libs/*.exe bld/tests/http/clients
mv bld/tests/client/.libs/*.exe bld/tests/client
mv bld/tests/libtest/.libs/*.exe bld/tests/libtest
mv bld/tests/server/.libs/*.exe bld/tests/server
mv bld/tests/tunit/.libs/*.exe bld/tests/tunit || true