From 1251e9ea49fba9f53bbf4f290f3db90c01931fa7 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 12 Sep 2024 09:40:25 +0200 Subject: support: Add It allows to read directories using the six readdir variants without writing type-specific code or using skeleton files that are compiled four times. The readdir_r subtest for support_readdir_expect_error revealed bug 32124. Reviewed-by: DJ Delorie --- support/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'support/Makefile') diff --git a/support/Makefile b/support/Makefile index 93d32ae75f..84e2419775 100644 --- a/support/Makefile +++ b/support/Makefile @@ -78,6 +78,7 @@ libsupport-routines = \ support_quote_blob \ support_quote_blob_wide \ support_quote_string \ + support_readdir \ support_readdir_check \ support_readdir_r_check \ support_record_failure \ @@ -332,6 +333,7 @@ tests = \ tst-support_quote_blob \ tst-support_quote_blob_wide \ tst-support_quote_string \ + tst-support_readdir \ tst-support_record_failure \ tst-test_compare \ tst-test_compare_blob \ -- cgit v1.2.3