about summary refs log tree commit diff
path: root/posix/Makefile
diff options
context:
space:
mode:
authorDridi Boukelmoune <dridi.boukelmoune@gmail.com>2023-06-13 12:08:28 +0200
committerArjun Shankar <arjun@redhat.com>2023-06-13 20:55:02 +0200
commit127c21c0e2f669454835f78fc03079866282c19b (patch)
tree7665b7651f052e2e79d237b44d7bff94a903e740 /posix/Makefile
parent658f601f2ae3230559f7e9c629053bd2890dcf82 (diff)
downloadglibc-127c21c0e2f669454835f78fc03079866282c19b.tar.gz
glibc-127c21c0e2f669454835f78fc03079866282c19b.tar.xz
glibc-127c21c0e2f669454835f78fc03079866282c19b.zip
posix: Add test case for gai_strerror()
Signed-off-by: Dridi Boukelmoune <dridi.boukelmoune@gmail.com>
Reviewed-by: Arjun Shankar <arjun@redhat.com>
Diffstat (limited to 'posix/Makefile')
-rw-r--r--posix/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/Makefile b/posix/Makefile
index e19b74cd67..ad43cbdec6 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -275,6 +275,7 @@ tests := \
   tst-fnmatch6 \
   tst-fnmatch7 \
   tst-fork \
+  tst-gai_strerror \
   tst-getaddrinfo \
   tst-getaddrinfo2 \
   tst-getaddrinfo3 \