diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-20 21:55:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-20 21:55:16 +0000 |
commit | 48a1d526d02c60c053193945a1c02709f7851f5a (patch) | |
tree | cb1ea61a89ed8e91c080472e1aa923563a9be7fd /io/Makefile | |
parent | 2f156993495317477d92f02aa05c674cab8e3805 (diff) | |
download | glibc-48a1d526d02c60c053193945a1c02709f7851f5a.tar.gz glibc-48a1d526d02c60c053193945a1c02709f7851f5a.tar.xz glibc-48a1d526d02c60c053193945a1c02709f7851f5a.zip |
* io/Makefile (tests): Add tst-symlinkat, tst-linkat, and
tst-readlinkat. * io/tst-symlinkat.c: New file. * io/tst-linkat.c: New file. * io/tst-readlinkat.c: New file.
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/io/Makefile b/io/Makefile index e005cb3cd5..6458a3405f 100644 --- a/io/Makefile +++ b/io/Makefile @@ -64,7 +64,8 @@ test-srcs := ftwtest tests := test-utime test-stat test-stat2 test-lfs tst-getcwd \ tst-fcntl bug-ftw1 bug-ftw2 bug-ftw3 bug-ftw4 tst-statvfs \ tst-openat tst-unlinkat tst-fstatat tst-futimesat \ - tst-renameat tst-fchownat tst-fchmodat tst-faccessat + tst-renameat tst-fchownat tst-fchmodat tst-faccessat \ + tst-symlinkat tst-linkat tst-readlinkat distribute := ftwtest-sh |