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 | bf6ac302cde4aef55ded7e5340f16e6cd8b8e874 (patch) | |
| tree | 71b7a446375a6a5103f0c55c75a294bd132105b7 /stdio-common/Makefile | |
| parent | 50576060c8bf88a3c64c9ab1cdd516974ffb2690 (diff) | |
| download | glibc-bf6ac302cde4aef55ded7e5340f16e6cd8b8e874.tar.xz glibc-bf6ac302cde4aef55ded7e5340f16e6cd8b8e874.zip | |
stdio-common: Add tests for formatted sscanf input specifiers
Wire sscanf 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 97d5b5a347..71657e65a8 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 +xscanf-funcs := s f ss # List of data types and formats for individual per-conversion scanf tests. # Further conversions are provided by sysdeps. |
