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 | 6018ba05c01b1e17d77742a123e8c443f8fc713c (patch) | |
tree | 1e86fd564ac6901abfcdd55e851420a7bc22b29a /stdio-common/Makefile | |
parent | fae4eacae75e4f2767998aca703d6efaae2a747f (diff) | |
download | glibc-6018ba05c01b1e17d77742a123e8c443f8fc713c.zip glibc-6018ba05c01b1e17d77742a123e8c443f8fc713c.tar.gz glibc-6018ba05c01b1e17d77742a123e8c443f8fc713c.tar.bz2 |
stdio-common: Add tests for formatted vfprintf output specifiers
Wire vfprintf 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 c4a1c04..512a217 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 +xprintf-funcs := p as d f s sn v vas vd vf # List of data types and formats for individual per-conversion printf tests. fmt-convs := double ldouble |