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

@ -63,7 +63,7 @@ This release includes the following bugfixes:
o cmake: normalize uppercase hex winver (for display) [191]
o cmake: omit `curl.rc` from curltool lib [209]
o cmake: reference OpenSSL and ZLIB imported targets only when enabled [41]
o cmake: replace internal option with a new `testbins` target [220]
o cmake: replace internal option with a new `tt` (test tools) target [220]
o cmake: silence potential unused var warnings in C++ test snippet [201]
o cmake: silence silly Apple clang warnings in C89 mode, test in CI [14]
o cmake: silence useless compiler warnings triggered by the FASTBuild generator [43]