diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-20 14:40:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-20 14:40:47 +0000 |
commit | a9b171efe19d416975daa3640bda38e856e57ce4 (patch) | |
tree | 3b24e5215e329bdffd4c1ff3e6bfadcf0eb46ea5 /posix/Makefile | |
parent | d9ff6f3e935581d3f051f630e7e3b7e5e17246e0 (diff) | |
download | glibc-a9b171efe19d416975daa3640bda38e856e57ce4.tar.gz glibc-a9b171efe19d416975daa3640bda38e856e57ce4.tar.xz glibc-a9b171efe19d416975daa3640bda38e856e57ce4.zip |
Update.
* posix/Makefile (tests): Add tst-preadwrite. * posix/tst-preadwrite.c: New file.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index 77471c8eee..ff185dcbe8 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -55,7 +55,8 @@ routines := \ include ../Makeconfig aux := init-posix environ -tests := tstgetopt testfnm runtests wordexp-test runptests +tests := tstgetopt testfnm runtests wordexp-test runptests \ + tst-preadwrite test-srcs := globtest others := getconf install-bin := getconf |