Change #228342
Category | None |
Changed by | Daniel Stenberg <daniel | @haxx.se>
Changed at | Fri 25 Apr 2025 23:08:43 |
Repository | https://api.github.com/repos/curl/curl |
Project | curl/curl |
Branch | bagder/buildinfo-src |
Revision | f63f6ce2fd96d0bfbbba622ccba96d85f81ec9eb |
Comments
buildinfo: move from tests/server/ to src/ 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. I chose src/ and not lib/ because the file also uses tool-specific headers.
Changed files
- src/Makefile.am
- src/curlinfo.c
- tests/globalconfig.pm
- tests/runtests.pl
- tests/server/Makefile.inc
- tests/server/buildinfo.c
- tests/test1165.pl