curl/tests/http/clients
Viktor Szakats c2889a7b41
cmake: more syntax tidy-up
- quote string literals.
  In the hope it improves syntax-highlighting and readability.

- use lowercase, underscore-prefixed local var names.
  As a hint for scope, to help readability.

- prefer `pkg_search_module` (over `pkg_check_modules`).
  They are the same, but `pkg_search_module` stops searching
  at the first hit.

- more `IN LISTS` in `foreach()`.

- OtherTests.cmake: clear `CMAKE_EXTRA_INCLUDE_FILES` after use.

- add `PROJECT_LABEL` for http/client and unit test targets.

- sync `Find*` module comments and formatting.

- drop a few local variables.

- drop bogus `CARES_LIBRARIES` from comment.

- unquote numeric literal.

Follow-up to acbc6b703f #14197
Closes #14388
2024-08-07 23:41:27 +02:00
..
.gitignore tidy-up: whitespace [ci skip] 2024-04-05 15:50:07 +00:00
CMakeLists.txt cmake: more syntax tidy-up 2024-08-07 23:41:27 +02:00
h2-download.c cmake: add Linux CI job, fix pytest with cmake 2024-08-06 02:40:32 +02:00
h2-pausing.c cmake: add Linux CI job, fix pytest with cmake 2024-08-06 02:40:32 +02:00
h2-serverpush.c cmake: add Linux CI job, fix pytest with cmake 2024-08-06 02:40:32 +02:00
h2-upgrade-extreme.c cmake: add Linux CI job, fix pytest with cmake 2024-08-06 02:40:32 +02:00
Makefile.am cmake: add Linux CI job, fix pytest with cmake 2024-08-06 02:40:32 +02:00
Makefile.inc cmake: add Linux CI job, fix pytest with cmake 2024-08-06 02:40:32 +02:00
tls-session-reuse.c cmake: add Linux CI job, fix pytest with cmake 2024-08-06 02:40:32 +02:00
upload-pausing.c cmake: add Linux CI job, fix pytest with cmake 2024-08-06 02:40:32 +02:00
ws-data.c cmake: add Linux CI job, fix pytest with cmake 2024-08-06 02:40:32 +02:00
ws-pingpong.c cmake: add Linux CI job, fix pytest with cmake 2024-08-06 02:40:32 +02:00