Change #228556
Category | curl |
Changed by | Daniel Stenberg <daniel | @haxx.se>
Changed at | Mon 28 Apr 2025 22:40:10 |
Repository | https://github.com/curl/curl.git |
Project | curl |
Branch | master |
Revision | 7a1211d474afd4e36bfb39f2b870a418bce42138 |
Comments
buildinfo: move from tests/server/ to src/, rename to curlinfo Since a16485a42ea5dabe6c, the test servers build with a different set of options than the tool/lib - for example a different CURLDEBUG. To make buildinfo better reflect the curl build, move it to src/ and build it here using the local CURLDEBUG. Renamed to curlinfo to not get confused with buildinfo.txt I chose src/ and not lib/ because the file also uses tool-specific headers. Assisted-by: Viktor Szakats Closes #17187
Changed files
- src/CMakeLists.txt
- src/Makefile.am
- src/curlinfo.c
- tests/CMakeLists.txt
- tests/globalconfig.pm
- tests/runtests.pl
- tests/server/Makefile.inc
- tests/server/buildinfo.c
- tests/test1165.pl