From f9f83da31803062d1fb665ad612ccede5e445757 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 9 Jul 2023 18:03:34 +0200 Subject: Add tests for stdio.h --- tests/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index d240a97..49ae984 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -51,6 +51,12 @@ TARGETS= \ test_readlink \ test_ttyname_r \ test_write \ + test_fread_int_overflow \ + test_fread_overwrite \ + test_fwrite_int_overflow \ + test_fwrite_overwrite \ + test_vsnprintf \ + test_vsprintf \ .SILENT: -- cgit v1.3