diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-14 19:01:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-14 19:01:03 +0000 |
commit | 3126bc1e2de74f729bf080503269706383e51658 (patch) | |
tree | 53fd8a4809c7b5b741525f3d8a0ca08536b71338 /posix/Makefile | |
parent | 25bbbb54b867d0fa252a2dcb3a764690ce83dcd4 (diff) | |
download | glibc-3126bc1e2de74f729bf080503269706383e51658.tar.gz glibc-3126bc1e2de74f729bf080503269706383e51658.tar.xz glibc-3126bc1e2de74f729bf080503269706383e51658.zip |
Update.
2001-02-14 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/glob.c (CONVERT_DIRENT_DIRENT64): Fix copying of name. * posix/Makefile (tests): Add tst-gnuglob. * posix/tst-gnuglob.c: New file.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index 73e78d43ad..c20fa389a2 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -69,7 +69,7 @@ tests := tstgetopt testfnm runtests runptests \ tst-preadwrite tst-preadwrite64 test-vfork regexbug1 \ tst-getlogin tst-mmap tst-getaddrinfo tst-truncate \ tst-truncate64 tst-fork tst-fnmatch tst-regexloc tst-dir \ - tst-chmod bug-regex1 bug-regex2 + tst-chmod bug-regex1 bug-regex2 tst-gnuglob ifeq (yes,$(build-shared)) test-srcs := globtest tests += wordexp-test tst-exec tst-spawn |