Viktor Szakats
eb01ac3fc8
cmake: move OUTPUT argument in the add_custom_command() line
...
For greppability.
Closes #17658
2025-06-18 10:17:04 +02:00
Viktor Szakats
a282d89a8a
cmake: drop redundant macro from test clients
...
Not necessary now that test clients #include `curl_setup.h`.
Follow-up to 539d11297d #17642
Closes #17657
2025-06-18 10:17:04 +02:00
Viktor Szakats
9e3492690b
cmake: drop passing redundant CURL_STATICLIB in examples and clients
...
It's set implicitly via libcurl.
Closes #17655
2025-06-17 20:57:23 +02:00
Viktor Szakats
9b7c488f17
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
2025-06-17 19:39:36 +02:00