diff options
Diffstat (limited to 'posix')
-rw-r--r-- | posix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |