From 63c81fa0dbf741b33bbac03bf204d896ee8e4694 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Fri, 28 Mar 2025 12:35:52 +0000 Subject: stdio-common: Add tests for formatted vscanf input specifiers Wire vscanf into test infrastructure for formatted scanf input specifiers. Reviewed-by: Joseph Myers --- stdio-common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio-common/Makefile') 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. -- cgit v1.2.3