From fae4eacae75e4f2767998aca703d6efaae2a747f Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Thu, 7 Nov 2024 06:14:24 +0000 Subject: stdio-common: Add tests for formatted vdprintf output specifiers Wire vdprintf into test infrastructure for formatted printf output specifiers. Reviewed-by: DJ Delorie --- 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 3c51323168..c4a1c0470b 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 +xprintf-funcs := p as d f s sn v vas vd # List of data types and formats for individual per-conversion printf tests. fmt-convs := double ldouble -- cgit v1.2.3