diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-22 14:16:01 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-04-15 09:39:46 -0300 |
commit | cc1b4029fa35ed533075ae9f1836a6bf44789285 (patch) | |
tree | e50506520c985dc667e01a6167f32f36eb6cbf49 /io/Makefile | |
parent | 243339d055dec61df529d44224c07473d6bf1b5b (diff) | |
download | glibc-cc1b4029fa35ed533075ae9f1836a6bf44789285.tar glibc-cc1b4029fa35ed533075ae9f1836a6bf44789285.tar.gz glibc-cc1b4029fa35ed533075ae9f1836a6bf44789285.tar.bz2 glibc-cc1b4029fa35ed533075ae9f1836a6bf44789285.zip |
linux: Add futimes test
It uses stat to compare against the values set by futimes.
Checked on x86_64-linux-gnu and i686-linux-gnu.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/Makefile b/io/Makefile index cf631ff36b..0f56bd580b 100644 --- a/io/Makefile +++ b/io/Makefile @@ -71,6 +71,7 @@ tests := test-utime test-stat test-stat2 test-lfs tst-getcwd \ tst-ftw-bz26353 tst-stat tst-stat-lfs \ tst-utime \ tst-utimes \ + tst-futimes \ tst-futimens \ # Likewise for statx, but we do not need static linking here. |