mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
tests: drop mk-bundle exceptions
Using a mixture of techniques to avoid symbols collisions: - reduce scope. - add `t*_` / `T*_` prefix. - move shared functions to `testutil.c`. (`suburl()`, `rlim2str()`) - clone re-used lib*.c sources. (lib587, lib645) - include shared symbols just once in re-used `lib*.c` sources. (using `LIB*_C` guards.) - drop re-used `lib*.c` sources where they were identical or unused. - make macros global. - #undef macros before use. What remain is the entry functions `test`, and `unit_setup`, `unit_stop` in unit tests. Also: - fix formatting and other minor things along the way. - add `const` where possible. - sync some symbol names between tests. - drop `mk-bundle-hints.sh` that's no longer necessary. Closes #17468
This commit is contained in:
parent
9ed34cc45b
commit
6897aeb105
142 changed files with 2055 additions and 1893 deletions
|
|
@ -1906,7 +1906,7 @@ static int huge(void)
|
|||
int i;
|
||||
CURLU *urlp = curl_url();
|
||||
CURLUcode rc;
|
||||
CURLUPart part[]= {
|
||||
CURLUPart part[] = {
|
||||
CURLUPART_SCHEME,
|
||||
CURLUPART_USER,
|
||||
CURLUPART_PASSWORD,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue