mirror of
https://github.com/curl/curl.git
synced 2025-09-06 20:34:59 +03:00
tests/libtest: call curlx_now_init()
for unit 1399, 2600 (Windows)
Follow-up to 35d0c047ce
#17641
Closes #17714
This commit is contained in:
parent
aed828cc51
commit
a2de3f08e3
|
@ -35,7 +35,9 @@ CURLX_CFILES = \
|
|||
../../lib/curlx/warnless.c \
|
||||
../../lib/curlx/multibyte.c \
|
||||
../../lib/curlx/timediff.c \
|
||||
../../lib/curlx/timeval.c \
|
||||
../../lib/curl_threads.c \
|
||||
../../lib/curlx/version_win32.c \
|
||||
../../lib/curlx/wait.c
|
||||
|
||||
# All libtest programs
|
||||
|
|
|
@ -112,6 +112,9 @@ int main(int argc, char **argv)
|
|||
CURLX_SET_BINMODE(stdout);
|
||||
|
||||
memory_tracking_init();
|
||||
#ifdef _WIN32
|
||||
curlx_now_init();
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Setup proper locale from environment. This is needed to enable locale-
|
||||
|
|
Loading…
Reference in New Issue
Block a user