aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--io/Makefile5
-rw-r--r--io/tst-futimens.c (renamed from sysdeps/unix/sysv/linux/tst-futimens.c)0
-rw-r--r--io/tst-utime.c (renamed from sysdeps/unix/sysv/linux/tst-utime.c)0
-rw-r--r--io/tst-utimensat-skeleton.c (renamed from sysdeps/unix/sysv/linux/tst-utimensat-skeleton.c)0
-rw-r--r--io/tst-utimes.c (renamed from sysdeps/unix/sysv/linux/tst-utimes.c)0
-rw-r--r--sysdeps/unix/sysv/linux/Makefile2
6 files changed, 5 insertions, 2 deletions
diff --git a/io/Makefile b/io/Makefile
index 914d768..cf631ff 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
diff --git a/sysdeps/unix/sysv/linux/tst-futimens.c b/io/tst-futimens.c
index ac7a980..ac7a980 100644
--- a/sysdeps/unix/sysv/linux/tst-futimens.c
+++ b/io/tst-futimens.c
diff --git a/sysdeps/unix/sysv/linux/tst-utime.c b/io/tst-utime.c
index c1c7e75..c1c7e75 100644
--- a/sysdeps/unix/sysv/linux/tst-utime.c
+++ b/io/tst-utime.c
diff --git a/sysdeps/unix/sysv/linux/tst-utimensat-skeleton.c b/io/tst-utimensat-skeleton.c
index 3589146..3589146 100644
--- a/sysdeps/unix/sysv/linux/tst-utimensat-skeleton.c
+++ b/io/tst-utimensat-skeleton.c
diff --git a/sysdeps/unix/sysv/linux/tst-utimes.c b/io/tst-utimes.c
index ba71050..ba71050 100644
--- a/sysdeps/unix/sysv/linux/tst-utimes.c
+++ b/io/tst-utimes.c
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index 303fa29..fb155cf 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-utimes \
+ tst-timerfd tst-ppoll \
tst-clock_adjtime tst-adjtimex tst-ntp_adjtime tst-ntp_gettime \
tst-ntp_gettimex tst-sigtimedwait