diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-22 14:55:22 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-04-15 09:39:51 -0300 |
commit | ac43e251955f1ad9ca2e1c01d5b01d3ce155ed3a (patch) | |
tree | a53c702784f6b3f8ae3e6bfe193123e52ac6105f /io/Makefile | |
parent | 272e71dc366297781cd6ec5d8690e540d4b48398 (diff) | |
download | glibc-ac43e251955f1ad9ca2e1c01d5b01d3ce155ed3a.tar.gz glibc-ac43e251955f1ad9ca2e1c01d5b01d3ce155ed3a.tar.xz glibc-ac43e251955f1ad9ca2e1c01d5b01d3ce155ed3a.zip |
io: Add basic tests for utimensat
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 aecab9a10b..a22492f3f3 100644 --- a/io/Makefile +++ b/io/Makefile @@ -74,6 +74,7 @@ tests := test-utime test-stat test-stat2 test-lfs tst-getcwd \ tst-futimes \ tst-lutimes \ tst-futimens \ + tst-utimensat \ # Likewise for statx, but we do not need static linking here. tests-internal += tst-statx |