curl-curl/tests/client
Viktor Szakats 6a0cd4feb7
tests: make individual test sources compile cleanly
Tidy up headers and includes to ensure all individual test source
compile cleanly (but not link). To allow running clang-tidy (and
possibly other static analyzers) on them. It also improves readability
and allows to verify them locally, without the bundle logic.

clang-tidy ignores #included C files, so it's blind to bundle C files
the include these tests. The current workaround of embedding has
a couple of downsides:. meaningless filenames and line numbers,
missing issues, messing up self header paths. Thus, running it on
individual sources would be beneficial.

Also:
- de-duplicate includes.
- untangle some includes.
- formatting/indentation fixes.
- merge `getpart.h` into `first.h`.

Ref: https://github.com/curl/curl/pull/17680#issuecomment-2991730158

Closes #17703
2025-06-22 15:58:15 +02:00
..
.gitignore tests/http/clients: move to tests/client 2025-06-17 19:39:36 +02:00
CMakeLists.txt tests: drop BUNDLE_SRC variable 2025-06-21 10:49:05 +02:00
first.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00
first.h tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00
h2_pausing.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00
h2_serverpush.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +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: drop BUNDLE_SRC variable 2025-06-21 10:49:05 +02:00
Makefile.inc tests: drop BUNDLE_SRC variable 2025-06-21 10:49:05 +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