mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
Update.
* posix/Makefile (tests): Add tst-preadwrite64.
This commit is contained in:
parent
09bbe3bf4e
commit
bd9df4cdad
@ -1,5 +1,6 @@
|
||||
2000-05-26 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* posix/Makefile (tests): Add tst-preadwrite64.
|
||||
* posix/tst-preadwrite.c: Alloc file being used also for testing
|
||||
pread64 and pwrite64.
|
||||
* posix/tst-preadwrite64.c: New file.
|
||||
|
@ -64,8 +64,8 @@ include ../Makeconfig
|
||||
|
||||
aux := init-posix environ
|
||||
tests := tstgetopt testfnm runtests runptests \
|
||||
tst-preadwrite test-vfork regexbug1 tst-getlogin tst-mmap \
|
||||
tst-getaddrinfo
|
||||
tst-preadwrite tst-preadwrite64 test-vfork regexbug1 \
|
||||
tst-getlogin tst-mmap tst-getaddrinfo
|
||||
ifeq (yes,$(build-shared))
|
||||
test-srcs := globtest
|
||||
tests += wordexp-test
|
||||
|
Loading…
Reference in New Issue
Block a user