diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-11-27 22:47:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-11-27 22:47:48 +0000 |
commit | 597ce09c76eeff5dc135d9bb87913447d18fb2d8 (patch) | |
tree | 0df8f356feba006cc521694f04b0f1a8f0561733 /posix/Makefile | |
parent | 60e4523a0826bfedc5bc1f8f0f3f7e8d8d67adc5 (diff) | |
download | glibc-597ce09c76eeff5dc135d9bb87913447d18fb2d8.tar.gz glibc-597ce09c76eeff5dc135d9bb87913447d18fb2d8.tar.xz glibc-597ce09c76eeff5dc135d9bb87913447d18fb2d8.zip |
Update.
* posix/Makefile (tests): Add tst-sysconf. * posix/tst-sysconf.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 faee4bbd54..bdd3e71cca 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -83,7 +83,7 @@ tests := tstgetopt testfnm runtests runptests \ tst-nice tst-nanosleep tst-regex2 \ transbug tst-rxspencer tst-pcre tst-boost \ bug-ga1 tst-vfork1 tst-vfork2 tst-waitid \ - tst-getaddrinfo2 bug-glob1 bug-glob2 + tst-getaddrinfo2 bug-glob1 bug-glob2 tst-sysconf xtests := bug-ga2 ifeq (yes,$(build-shared)) test-srcs := globtest |