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 | c683ac8520e8064e7be3a22922d80849271290ac (patch) | |
| tree | 3f59a267a9e6651cf5f08cb23983b541a5ad2b42 /stdio-common/Makefile | |
| parent | 1dc5cdc3da19e10d47e50a5ea2ea3ce62ee2fa82 (diff) | |
| download | glibc-c683ac8520e8064e7be3a22922d80849271290ac.tar.xz glibc-c683ac8520e8064e7be3a22922d80849271290ac.zip | |
stdio-common: Add tests for formatted sprintf output specifiers
Wire sprintf 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 6050cf61c2..4f375a084d 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 +xprintf-funcs := p as d f s # List of data types and formats for individual per-conversion printf tests. fmt-convs := double ldouble |
