mirror of
https://github.com/curl/curl.git
synced 2025-09-07 21:05:09 +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/warnless.c \
|
||||||
../../lib/curlx/multibyte.c \
|
../../lib/curlx/multibyte.c \
|
||||||
../../lib/curlx/timediff.c \
|
../../lib/curlx/timediff.c \
|
||||||
|
../../lib/curlx/timeval.c \
|
||||||
../../lib/curl_threads.c \
|
../../lib/curl_threads.c \
|
||||||
|
../../lib/curlx/version_win32.c \
|
||||||
../../lib/curlx/wait.c
|
../../lib/curlx/wait.c
|
||||||
|
|
||||||
# All libtest programs
|
# All libtest programs
|
||||||
|
|
|
@ -112,6 +112,9 @@ int main(int argc, char **argv)
|
||||||
CURLX_SET_BINMODE(stdout);
|
CURLX_SET_BINMODE(stdout);
|
||||||
|
|
||||||
memory_tracking_init();
|
memory_tracking_init();
|
||||||
|
#ifdef _WIN32
|
||||||
|
curlx_now_init();
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Setup proper locale from environment. This is needed to enable locale-
|
* Setup proper locale from environment. This is needed to enable locale-
|
||||||
|
|
Loading…
Reference in New Issue
Block a user