mirror of
https://github.com/curl/curl.git
synced 2026-06-02 04:24:15 +03:00
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:
parent
260ec730c2
commit
9b7c488f17
21 changed files with 16 additions and 20 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue