Change #238302
Category | None |
Changed by | Viktor Szakats <commit | @vsz.me>
Changed at | Thu 03 Jul 2025 23:49:25 |
Repository | https://api.github.com/repos/curl/curl |
Project | curl/curl |
Branch | master |
Revision | 7ad985cad58f8d4746e2a6042b9472b97f22f737 |
Comments
tests/unit: hook up unitprotos to the `units-clang-tidy` target To make `ninja units-clang-tidy` target work without manually building core components first. Also rename the clang-tidy test target generator macro to align its name with the built-in `add_custom_target()` function. Follow-up to c9bb9cd165c1b25c2fe005befdcfe479fc9b68e1 #17750 Closes #17810
Changed files
- CMake/Macros.cmake
- tests/client/CMakeLists.txt
- tests/libtest/CMakeLists.txt
- tests/server/CMakeLists.txt
- tests/tunit/CMakeLists.txt
- tests/unit/CMakeLists.txt