diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | posix/Makefile | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 13a49e54c2..56921927a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/posix/Makefile b/posix/Makefile index eb48d1c422..1c5a8172b4 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -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 |