diff options
author | Roland McGrath <roland@gnu.org> | 2004-06-29 00:32:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-06-29 00:32:17 +0000 |
commit | 433006673a9b2ae73803965356db22cc7464e6b9 (patch) | |
tree | 45473c5131769e863aee5b77d3d6acfea617aa24 /posix/Makefile | |
parent | 346f18ae184514eacd3b90ae2e727dec0a3c34bb (diff) | |
download | glibc-433006673a9b2ae73803965356db22cc7464e6b9.tar.gz glibc-433006673a9b2ae73803965356db22cc7464e6b9.tar.xz glibc-433006673a9b2ae73803965356db22cc7464e6b9.zip |
2004-06-19 Roland McGrath <roland@redhat.com>
* posix/tst-waitid.c: New file. * posix/Makefile (tests): Add it.
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 fd9f6bfc23..d0ad95dce1 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -81,7 +81,7 @@ tests := tstgetopt testfnm runtests runptests \ 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 \ - bug-ga1 tst-vfork1 tst-vfork2 + bug-ga1 tst-vfork1 tst-vfork2 tst-waitid xtests := bug-ga2 ifeq (yes,$(build-shared)) test-srcs := globtest |