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 | ac72dd90905e1693c108c9f36f0c7e79d6ad5501 (patch) | |
| tree | 00483a53c374d43cfdcc54a503a50a04921b6664 /stdio-common/Makefile | |
| parent | 6018ba05c01b1e17d77742a123e8c443f8fc713c (diff) | |
| download | glibc-ac72dd90905e1693c108c9f36f0c7e79d6ad5501.tar.xz glibc-ac72dd90905e1693c108c9f36f0c7e79d6ad5501.zip | |
stdio-common: Add tests for formatted vsprintf output specifiers
Wire vsprintf 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 512a217724..db538ea765 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 vd vf +xprintf-funcs := p as d f s sn v vas vd vf vs # List of data types and formats for individual per-conversion printf tests. fmt-convs := double ldouble |
