diff options
Diffstat (limited to 'argp/Makefile')
-rw-r--r-- | argp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/argp/Makefile b/argp/Makefile index 6e4799c220..2ea71185a3 100644 --- a/argp/Makefile +++ b/argp/Makefile @@ -26,7 +26,8 @@ headers = argp.h routines = $(addprefix argp-, ba fmtstream fs-xinl help parse pv \ pvh xinl eexst) -tests = argp-test tst-argp1 bug-argp1 tst-argp2 bug-argp2 +tests = argp-test tst-argp1 bug-argp1 tst-argp2 bug-argp2 \ + tst-ldbl-argp CFLAGS-argp-help.c += $(uses-callbacks) -fexceptions CFLAGS-argp-parse.c += $(uses-callbacks) |