diff options
| author | Maciej W. Rozycki <macro@redhat.com> | 2024-11-07 06:14:24 +0000 |
|---|---|---|
| committer | Maciej W. Rozycki <macro@redhat.com> | 2024-11-07 06:14:24 +0000 |
| commit | fae4eacae75e4f2767998aca703d6efaae2a747f (patch) | |
| tree | 7791475aba9264ea7d59102c197b5fb9490eb98a /stdio-common/Makefile | |
| parent | 349670f8093d920d4d683472c88029f6901f7ae7 (diff) | |
| download | glibc-fae4eacae75e4f2767998aca703d6efaae2a747f.tar.xz glibc-fae4eacae75e4f2767998aca703d6efaae2a747f.zip | |
stdio-common: Add tests for formatted vdprintf output specifiers
Wire vdprintf into test infrastructure for formatted printf output
specifiers.
Reviewed-by: DJ Delorie <dj@redhat.com>
Diffstat (limited to 'stdio-common/Makefile')
| -rw-r--r-- | stdio-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 3c51323168..c4a1c0470b 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -23,7 +23,7 @@ subdir := stdio-common include ../Makeconfig # List of markers for printf family function tests. -xprintf-funcs := p as d f s sn v vas +xprintf-funcs := p as d f s sn v vas vd # List of data types and formats for individual per-conversion printf tests. fmt-convs := double ldouble |
