curl/tests/client
Viktor Szakats bcc2f4b000
backtrack with CURL_LIBS for all except servers
Necessary in certain cases:
https://github.com/curl/curl/actions/runs/15798441792/job/44533568505?pr=17696
https://ci.appveyor.com/project/curlorg/curl/builds/52275205

The actual linkage needs are somewhat messy:
- certain tests do themselves depend on system libs (e.g. ws2_32)
- curlx depends on certain system libs (e.g. curlx_wait_ms on ws2_32)
  This only applies when linking against shared libcurl.

Sometimes this is satified because libcurl pulls in the right libs,
but when not linking relies on an explicit CURL_LIBS.
2025-07-06 15:47:55 +02:00
..
.gitignore tests/http/clients: move to tests/client 2025-06-17 19:39:36 +02:00
CMakeLists.txt backtrack with CURL_LIBS for all except servers 2025-07-06 15:47:55 +02:00
first.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00
first.h build: drop explicit curlx from hdr paths, refer headers with curlx/ prefix 2025-06-23 17:02:43 +02:00
h2_pausing.c tests: drop unused or redundant includes 2025-06-23 13:49:03 +02:00
h2_serverpush.c h2_serverpush: fix file handle leaks reported by clang-tidy 2025-06-22 21:42:53 +02:00
h2_upgrade_extreme.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00
hx_download.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00
hx_upload.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00
Makefile.am tests: fix BUNDLE variable references in Makefile.am 2025-06-26 10:55:47 +02:00
Makefile.inc build: split .c and .h file lists in tests 2025-06-26 10:20:41 +02:00
tls_session_reuse.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00
upload_pausing.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00
ws_data.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00
ws_pingpong.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00