summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2026-04-30 17:57:51 +0200
committerjvoisin2026-04-30 17:57:51 +0200
commit7fecafe015505c0ebd47780050118ff789a9ae3f (patch)
treed397318b8422b7898109760aa5c5eebf3560efad /tests/Makefile
parentdfdf53df99c8f59e5e3a4296c455041bee96a88d (diff)
Fix a POSIX violation for swab
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index fbfd178..9fc8287 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -87,6 +87,7 @@ RUNTIME_TARGETS= \
87 test_strncpy_static_write \ 87 test_strncpy_static_write \
88 test_swab_dynamic_read \ 88 test_swab_dynamic_read \
89 test_swab_dynamic_write \ 89 test_swab_dynamic_write \
90 test_swab_negative \
90 test_swab_static_read \ 91 test_swab_static_read \
91 test_ttyname_r_dynamic \ 92 test_ttyname_r_dynamic \
92 test_ttyname_r_static \ 93 test_ttyname_r_static \