From 1dc5cdc3da19e10d47e50a5ea2ea3ce62ee2fa82 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 fprintf output specifiers Wire fprintf 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 31dfb1595a..6050cf61c2 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 +xprintf-funcs := p as d f # List of data types and formats for individual per-conversion printf tests. fmt-convs := double ldouble -- cgit v1.2.3