From b5b2d0f4a0fa0af25d3afdfdfa4059bbaa0383f9 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sun, 4 Jan 2026 02:46:40 +0700 Subject: [PATCH] Add malloc/usable_size into tests --- tests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile b/tests/Makefile index 0f3489d4a8..b8d479c99c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -49,6 +49,7 @@ EXPECT_NAMES=\ locale/duplocale \ locale/newlocale \ locale/setlocale \ + malloc/usable_size \ math \ regex \ select \