diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-26 09:14:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-26 09:14:02 +0000 |
commit | 5915ce22c7b76a611c8e408b4b69a39b7916028a (patch) | |
tree | bb87c3270d22eee8e617ff00f5fc4220dfc6ae22 /io/Makefile | |
parent | 726b7b0f5cce9df5dd406a6a38a3e104fac9a070 (diff) |
Update.
* io/Makefile (tests): Add tst-fcntl.
* io/tst-fcntl.c: New file.
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/Makefile b/io/Makefile index c7f02d618e..0d528cc1a5 100644 --- a/io/Makefile +++ b/io/Makefile @@ -55,7 +55,7 @@ static-only-routines = stat fstat lstat mknod stat64 fstat64 lstat64 others := pwd test-srcs := ftwtest -tests := test-utime test-stat test-lfs tst-getcwd +tests := test-utime test-stat test-lfs tst-getcwd tst-fcntl distribute := ftwtest-sh |