diff options
| author | Maciej W. Rozycki <macro@redhat.com> | 2025-03-28 12:35:52 +0000 |
|---|---|---|
| committer | Maciej W. Rozycki <macro@redhat.com> | 2025-03-28 12:35:52 +0000 |
| commit | 63c81fa0dbf741b33bbac03bf204d896ee8e4694 (patch) | |
| tree | b5dda61848c8cd1ccf5158910d7b79ded14b08e6 /stdio-common/Makefile | |
| parent | bf6ac302cde4aef55ded7e5340f16e6cd8b8e874 (diff) | |
| download | glibc-63c81fa0dbf741b33bbac03bf204d896ee8e4694.tar.xz glibc-63c81fa0dbf741b33bbac03bf204d896ee8e4694.zip | |
stdio-common: Add tests for formatted vscanf input specifiers
Wire vscanf into test infrastructure for formatted scanf input
specifiers.
Reviewed-by: Joseph Myers <josmyers@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 71657e65a8..7352ebfdfa 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -52,7 +52,7 @@ nonfmt-xprintf-stems := \ xprintf-stems := $(sort $(fmt-xprintf-stems) $(nonfmt-xprintf-stems)) # List of markers for scanf family function tests. -xscanf-funcs := s f ss +xscanf-funcs := s f ss v # List of data types and formats for individual per-conversion scanf tests. # Further conversions are provided by sysdeps. |
