diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-04-04 11:28:36 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-04-04 11:28:36 -0700 |
commit | 7ebaec64a0171a54dbe9aedd95497b130458060e (patch) | |
tree | 0ec932906dcba4070448a29c9e686cb5d56e08e8 /argp/Makefile | |
parent | 8c6de69d00c6be60657ca0d763dda803172c6aab (diff) | |
download | glibc-7ebaec64a0171a54dbe9aedd95497b130458060e.tar glibc-7ebaec64a0171a54dbe9aedd95497b130458060e.tar.gz glibc-7ebaec64a0171a54dbe9aedd95497b130458060e.tar.bz2 glibc-7ebaec64a0171a54dbe9aedd95497b130458060e.zip |
Add test case for last argp bug.
Diffstat (limited to 'argp/Makefile')
-rw-r--r-- | argp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/argp/Makefile b/argp/Makefile index b8c9fca0fb..caa95dbb9f 100644 --- a/argp/Makefile +++ b/argp/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1997, 2002, 2003, 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 1997,2002,2003,2006,2007,2010 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -26,12 +26,13 @@ distribute = argp-fmtstream.h argp-namefrob.h routines = $(addprefix argp-, ba fmtstream fs-xinl help parse pv \ pvh xinl eexst) -tests = argp-test tst-argp1 bug-argp1 tst-argp2 +tests = argp-test tst-argp1 bug-argp1 tst-argp2 bug-argp2 CFLAGS-argp-help.c = $(uses-callbacks) -fexceptions CFLAGS-argp-parse.c = $(uses-callbacks) CFLAGS-argp-fmtstream.c = -fexceptions bug-argp1-ARGS = -- --help +bug-argp2-ARGS = -- -d 111 --dstaddr 222 -p 333 --peer 444 include ../Rules |