diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-16 19:07:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-16 19:07:47 +0000 |
commit | 380f06d3979d9608b4b9abb0540e6832adac004a (patch) | |
tree | 6d3d8e4daf9a13bda96745abb15727e0b58890c1 /posix/Makefile | |
parent | e2366611448fda03a8a7fcca11a7fdb157a1981f (diff) | |
download | glibc-380f06d3979d9608b4b9abb0540e6832adac004a.tar.gz glibc-380f06d3979d9608b4b9abb0540e6832adac004a.tar.xz glibc-380f06d3979d9608b4b9abb0540e6832adac004a.zip |
Update.
* posix/Makefile (tests): Add bug-ga1. * posix/bug-ga1.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 5a9d7f9136..97e0325d08 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -80,7 +80,8 @@ tests := tstgetopt testfnm runtests runptests \ bug-regex13 bug-regex14 bug-regex15 bug-regex16 \ bug-regex17 bug-regex18 bug-regex19 bug-regex20 \ bug-regex21 bug-regex22 bug-regex23 tst-nice tst-nanosleep \ - transbug tst-rxspencer tst-pcre tst-boost + transbug tst-rxspencer tst-pcre tst-boost \ + bug-ga1 ifeq (yes,$(build-shared)) test-srcs := globtest tests += wordexp-test tst-exec tst-spawn |