diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:28 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:28 +0900 |
commit | f06fb91e0373c52ed04740f8136bc7cfcc3c8766 (patch) | |
tree | f7604f9cd7573e22e6a0fb8883d81ae73ed72069 /tests | |
parent | a2c7c975f0813d307b31d06da2c015916a6bb16d (diff) | |
download | wget-upstream.tar.gz wget-upstream.tar.bz2 wget-upstream.zip |
Imported Upstream version 1.21.1upstream/1.21.1upstream
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rw-r--r-- | tests/Makefile.in | 9 | ||||
-rw-r--r-- | tests/unit-tests.c | 2 | ||||
-rw-r--r-- | tests/unit-tests.h | 2 |
4 files changed, 11 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5c9ae8d..fb6ec86 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ # Makefile for `wget' utility -# Copyright (C) 1995-2011, 2015, 2018-2020 Free Software Foundation, +# Copyright (C) 1995-2011, 2015, 2018-2021 Free Software Foundation, # Inc. # This program is free software; you can redistribute it and/or modify diff --git a/tests/Makefile.in b/tests/Makefile.in index 27cea20..baace5d 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # Makefile for `wget' utility -# Copyright (C) 1995-2011, 2015, 2018-2020 Free Software Foundation, +# Copyright (C) 1995-2011, 2015, 2018-2021 Free Software Foundation, # Inc. # This program is free software; you can redistribute it and/or modify @@ -928,6 +928,7 @@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TIMEGM = @GNULIB_TIMEGM@ +GNULIB_TIMESPEC_GET = @GNULIB_TIMESPEC_GET@ GNULIB_TIME_R = @GNULIB_TIME_R@ GNULIB_TIME_RZ = @GNULIB_TIME_RZ@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ @@ -1249,6 +1250,7 @@ HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_SYS_UIO_H = @HAVE_SYS_UIO_H@ HAVE_TIMEGM = @HAVE_TIMEGM@ +HAVE_TIMESPEC_GET = @HAVE_TIMESPEC_GET@ HAVE_TIMEZONE_T = @HAVE_TIMEZONE_T@ HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ @@ -1365,6 +1367,7 @@ LIB_SELECT = @LIB_SELECT@ LIB_SETLOCALE_NULL = @LIB_SETLOCALE_NULL@ LIMITS_H = @LIMITS_H@ LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ +LOCALENAME_ENHANCE_LOCALE_FUNCS = @LOCALENAME_ENHANCE_LOCALE_FUNCS@ LOCALE_FR = @LOCALE_FR@ LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@ LOCALE_JA = @LOCALE_JA@ @@ -1526,6 +1529,7 @@ REPLACE_FCNTL = @REPLACE_FCNTL@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FDOPENDIR = @REPLACE_FDOPENDIR@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ +REPLACE_FFSLL = @REPLACE_FFSLL@ REPLACE_FNMATCH = @REPLACE_FNMATCH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ @@ -1588,7 +1592,9 @@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKDIR = @REPLACE_MKDIR@ REPLACE_MKFIFO = @REPLACE_MKFIFO@ +REPLACE_MKFIFOAT = @REPLACE_MKFIFOAT@ REPLACE_MKNOD = @REPLACE_MKNOD@ +REPLACE_MKNODAT = @REPLACE_MKNODAT@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_MKTIME = @REPLACE_MKTIME@ REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@ @@ -1705,6 +1711,7 @@ SYS_IOCTL_H_HAVE_WINSOCK2_H = @SYS_IOCTL_H_HAVE_WINSOCK2_H@ SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ +TIME_H_DEFINES_TIME_UTC = @TIME_H_DEFINES_TIME_UTC@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ diff --git a/tests/unit-tests.c b/tests/unit-tests.c index f66e5e6..443e628 100644 --- a/tests/unit-tests.c +++ b/tests/unit-tests.c @@ -1,5 +1,5 @@ /* Unit testing. - Copyright (C) 2005-2011, 2015, 2018-2020 Free Software Foundation, + Copyright (C) 2005-2011, 2015, 2018-2021 Free Software Foundation, Inc. This file is part of GNU Wget. diff --git a/tests/unit-tests.h b/tests/unit-tests.h index 4a4d51d..dd10e54 100644 --- a/tests/unit-tests.h +++ b/tests/unit-tests.h @@ -1,5 +1,5 @@ /* Unit testing declarations. - Copyright (C) 2005-2011, 2015, 2018-2020 Free Software Foundation, + Copyright (C) 2005-2011, 2015, 2018-2021 Free Software Foundation, Inc. This file is part of GNU Wget. |