diff options
author | Lukasz Majewski <lukma@denx.de> | 2021-02-25 00:58:56 +0100 |
---|---|---|
committer | Lukasz Majewski <lukma@denx.de> | 2021-03-02 13:31:13 +0100 |
commit | 9871ae0ab413e98597102f2356b01c71cb28f798 (patch) | |
tree | e88e55ec01cf265168a5e3c9c3daece65f461385 /sysdeps/unix/sysv/linux/Makefile | |
parent | dec445d40dc5523661b8ab8cf112e179508ee06d (diff) | |
download | glibc-9871ae0ab413e98597102f2356b01c71cb28f798.tar.gz glibc-9871ae0ab413e98597102f2356b01c71cb28f798.tar.xz glibc-9871ae0ab413e98597102f2356b01c71cb28f798.zip |
tst: Add test for utimes
This patch provides test for utimes. It uses wrapper to read access and modification times to compare them with ones written by utimes. Moreover, access and modification times beyond the Y2038 threshold date (i.e. 32 bit time_t overflow) are also checked. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index a68a6504a2..51e28b97ac 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -107,7 +107,7 @@ tests += tst-clone tst-clone2 tst-clone3 tst-fanotify tst-personality \ test-errno-linux tst-memfd_create tst-mlock2 tst-pkey \ tst-rlimit-infinity tst-ofdlocks tst-gettid tst-gettid-kill \ tst-tgkill tst-sysvsem-linux tst-sysvmsg-linux tst-sysvshm-linux \ - tst-timerfd tst-ppoll tst-futimens tst-utime + tst-timerfd tst-ppoll tst-futimens tst-utime tst-utimes tests-internal += tst-ofdlocks-compat tst-sigcontext-get_pc CFLAGS-tst-sigcontext-get_pc.c = -fasynchronous-unwind-tables |