diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-04-07 22:59:40 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-04-07 22:59:40 -0700 |
commit | e326768467620173d3fe7204b3960db49faf7fa8 (patch) | |
tree | fc6b61dffaec286d9b3c73192d2cf5bd5a2b6b64 /posix/Makefile | |
parent | 66b93be793af309fb78d54199aed2306650079d0 (diff) | |
download | glibc-e326768467620173d3fe7204b3960db49faf7fa8.tar.gz glibc-e326768467620173d3fe7204b3960db49faf7fa8.tar.xz glibc-e326768467620173d3fe7204b3960db49faf7fa8.zip |
Add tests for recent getopt changes.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index 1a369ddf84..df0e6f1053 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -92,7 +92,9 @@ tests := tstgetopt testfnm runtests runptests \ tst-execve1 tst-execve2 tst-execle1 tst-execle2 \ tst-execvp3 tst-execvp4 tst-rfc3484 tst-rfc3484-2 \ tst-rfc3484-3 \ - tst-getaddrinfo3 tst-fnmatch2 tst-cpucount tst-cpuset + tst-getaddrinfo3 tst-fnmatch2 tst-cpucount tst-cpuset \ + bug-getopt1 bug-getopt2 bug-getopt3 bug-getopt4 \ + bug-getopt5 xtests := bug-ga2 ifeq (yes,$(build-shared)) test-srcs := globtest |