cmake: rename testbins target to tt, restore internal option

To make it easy to type. The internal option is used in CI.

Follow-up to aae361242f #20708

Closes #20768
This commit is contained in:
Viktor Szakats 2026-02-28 01:33:05 +01:00
parent 7a80082471
commit 1b35c9e1e3
No known key found for this signature in database
8 changed files with 17 additions and 13 deletions

View file

@ -552,12 +552,12 @@ Note: These variables are internal and subject to change.
## Useful build targets
- `testbins`: Build test binaries (servers, tools).
Individual targets: `curlinfo`, `libtests`, `servers`, `tunits`, `units`
- `testdeps`: Build test dependencies (test binaries, test certificates).
Test certificates: `build-certs` (clean with `clean-certs`)
- `tests`: Run tests (`runtests.pl`). Customize via the `TFLAGS` environment variable, e.g. `TFLAGS=1621`.
Other flavors: `test-am`, `test-ci`, `test-event`, `test-full`, `test-nonflaky`, `test-quiet`, `test-torture`
- `tt`: Build test binaries (servers, tools).
Individual targets: `curlinfo`, `libtests`, `servers`, `tunits`, `units`
- `curl-pytest`: Run tests (pytest).
Other flavor: `curl-test-ci`
- `curl-examples`: Build examples