about summary refs log tree commit diff
path: root/io/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-22 14:23:45 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-04-15 09:39:49 -0300
commit272e71dc366297781cd6ec5d8690e540d4b48398 (patch)
tree6982a2d0c0a4b73602cb6b0f51638de21481cfd0 /io/Makefile
parentcc1b4029fa35ed533075ae9f1836a6bf44789285 (diff)
downloadglibc-272e71dc366297781cd6ec5d8690e540d4b48398.tar.gz
glibc-272e71dc366297781cd6ec5d8690e540d4b48398.tar.xz
glibc-272e71dc366297781cd6ec5d8690e540d4b48398.zip
linux: Add lutimes test
It uses stat to compare against the values set by lutimes.

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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/io/Makefile b/io/Makefile
index 0f56bd580b..aecab9a10b 100644
--- a/io/Makefile
+++ b/io/Makefile
@@ -72,6 +72,7 @@ tests		:= test-utime test-stat test-stat2 test-lfs tst-getcwd \
 		   tst-utime \
 		   tst-utimes \
 		   tst-futimes \
+		   tst-lutimes \
 		   tst-futimens \
 
 # Likewise for statx, but we do not need static linking here.