summary refs log tree commit diff
path: root/io/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-22 15:10:23 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-04-15 09:39:43 -0300
commit243339d055dec61df529d44224c07473d6bf1b5b (patch)
treed7672b73d3db5207dcf68fa5f56727cf10a576a0 /io/Makefile
parent52290d8c04569615fb011ee286d52dc5147afbd7 (diff)
downloadglibc-243339d055dec61df529d44224c07473d6bf1b5b.tar.gz
glibc-243339d055dec61df529d44224c07473d6bf1b5b.tar.xz
glibc-243339d055dec61df529d44224c07473d6bf1b5b.zip
io: Move file timestamps tests out of Linux
Now that libsupport abstract Linux possible missing support (either
due FS limitation that can't handle 64 bit timestamp or architectures
that do not handle values larger than unsigned 32 bit values) the
tests can be turned generic.

Checked on x86_64-linux-gnu and i686-linux-gnu.  I also built the
tests for i686-gnu.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'io/Makefile')
-rw-r--r--io/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/io/Makefile b/io/Makefile
index 914d7689b2..cf631ff36b 100644
--- a/io/Makefile
+++ b/io/Makefile
@@ -68,7 +68,10 @@ tests		:= test-utime test-stat test-stat2 test-lfs tst-getcwd \
 		   tst-fts tst-fts-lfs tst-open-tmpfile \
 		   tst-copy_file_range tst-getcwd-abspath tst-lockf \
 		   tst-ftw-lnk tst-file_change_detection tst-lchmod \
-		   tst-ftw-bz26353 tst-stat tst-stat-lfs
+		   tst-ftw-bz26353 tst-stat tst-stat-lfs \
+		   tst-utime \
+		   tst-utimes \
+		   tst-futimens \
 
 # Likewise for statx, but we do not need static linking here.
 tests-internal += tst-statx