curl/tests/client
Viktor Szakats ea782134e5
autotools: simplify configuration in tests, examples
- GHA/windows: make a mingw autotools build static only.
- GHA/windows: fix a CI script issue with the build above.
- src: fix to pass `LIBCURL_PC_LIBS_PRIVATE` instead of `LINKFLAGS`.
  This makes the libs propagate to tunits, making the local hack there
  unnecessary. `LINKFLAGS` had this single use in the repo, and it was
  empty in local tests.
- tests: drop passing redundant `LIBCURL_PC_LDFLAGS_PRIVATE`.
- tests: drop redundant target name from config variables.
- examples, tests/client: drop `LIBDIR` temp variables with single uses.
- examples, tests: formatting to sync `Makefile.am` scripts with each
  other.

Closes #17661
2025-06-19 09:06:56 +02:00
..
.gitignore tests/http/clients: move to tests/client 2025-06-17 19:39:36 +02:00
CMakeLists.txt build: sync build scripts between client/libtest 2025-06-18 11:33:54 +02:00
first.c tests/client: use curl_mfprintf() 2025-06-19 09:06:55 +02:00
first.h tests/client: use curl_mfprintf() 2025-06-19 09:06:55 +02:00
h2_pausing.c tests/client: use curl_mfprintf() 2025-06-19 09:06:55 +02:00
h2_serverpush.c tests/client: use curl_mfprintf() 2025-06-19 09:06:55 +02:00
h2_upgrade_extreme.c tests/client: use curl_mfprintf() 2025-06-19 09:06:55 +02:00
hx_download.c tests/client: use curl_mfprintf() 2025-06-19 09:06:55 +02:00
hx_upload.c tests/client: use curl_mfprintf() 2025-06-19 09:06:55 +02:00
Makefile.am autotools: simplify configuration in tests, examples 2025-06-19 09:06:56 +02:00
Makefile.inc tests/http/clients: move to tests/client 2025-06-17 19:39:36 +02:00
tls_session_reuse.c tests/client: use curl_mfprintf() 2025-06-19 09:06:55 +02:00
upload_pausing.c tests/client: use curl_mfprintf() 2025-06-19 09:06:55 +02:00
ws_data.c tests/client: use curl_mfprintf() 2025-06-19 09:06:55 +02:00
ws_pingpong.c tests/client: use curl_mfprintf() 2025-06-19 09:06:55 +02:00