diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-20 23:24:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-20 23:24:42 +0000 |
commit | 046f451676fc9ea165b5301ace17f9024ad05ded (patch) | |
tree | 261535ab34517dc477870df25b54ac433b13ea2d /io/Makefile | |
parent | 7a2645e470f1ba61ffdc71584c670dae6bd3d80c (diff) | |
download | glibc-046f451676fc9ea165b5301ace17f9024ad05ded.tar glibc-046f451676fc9ea165b5301ace17f9024ad05ded.tar.gz glibc-046f451676fc9ea165b5301ace17f9024ad05ded.tar.bz2 glibc-046f451676fc9ea165b5301ace17f9024ad05ded.zip |
* io/Makefile (tests): Add tst-symlinkat, tst-linkat, tst-readlinkat,
tst-mkdirat, tst-mknodat, and tst-mkfifoat.
* io/tst-mkdirat.c: New file.
* io/tst-mknodat.c: New file.
* io/tst-mkfifoat.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 6458a3405f..895b3e3a73 100644 --- a/io/Makefile +++ b/io/Makefile @@ -65,7 +65,8 @@ 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-symlinkat tst-linkat tst-readlinkat + tst-symlinkat tst-linkat tst-readlinkat tst-mkdirat \ + tst-mknodat tst-mkfifoat distribute := ftwtest-sh |