From 41d3081c4ac0a79a4ad292957ead84f8477eaa55 Mon Sep 17 00:00:00 2001 From: Sertonix Date: Sat, 11 Oct 2025 18:25:20 +0200 Subject: Add `swab` Make the overlap check pedantic only since some software seems to rely on glibc working when src and dest are the same. --- tests/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index e9e52dc..b4ea242 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -126,6 +126,10 @@ RUNTIME_TARGETS= \ test_strncpy_static_write \ test_strrchr_dynamic_read \ test_strrchr_static_read \ + test_swab_dynamic_read \ + test_swab_dynamic_write \ + test_swab_overwrite_over \ + test_swab_static_read \ test_ttyname_r_dynamic \ test_ttyname_r_static \ test_umask \ -- cgit v1.3