about summary refs log tree commit diff
path: root/string/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-05-18 14:36:19 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-07-07 14:10:58 -0300
commit653200ef42674cd0b71c9e07145054ccfadf2f0f (patch)
treec6a7884b33ab1d08b3d25871e7afa431a25ed6bd /string/Makefile
parentc2723ce317f858f70237fc8866935114e2bb61b2 (diff)
downloadglibc-653200ef42674cd0b71c9e07145054ccfadf2f0f.tar.gz
glibc-653200ef42674cd0b71c9e07145054ccfadf2f0f.tar.xz
glibc-653200ef42674cd0b71c9e07145054ccfadf2f0f.zip
string: Add strerror, strerror_r, and strerror_l test
Checked on x86-64-linux-gnu, i686-linux-gnu, powerpc64le-linux-gnu,
and s390x-linux-gnu.

Tested-by: Carlos O'Donell <carlos@redhat.com>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'string/Makefile')
-rw-r--r--string/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile
index 5b67808475..2725c86c34 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -61,7 +61,7 @@ tests		:= tester inl-tester noinl-tester testcopy test-ffs	\
 		   tst-strtok_r bug-strcoll2 tst-cmp tst-xbzero-opt	\
 		   test-endian-types test-endian-file-scope		\
 		   test-endian-sign-conversion tst-memmove-overflow	\
-		   tst-strsignal
+		   tst-strsignal tst-strerror
 
 # This test allocates a lot of memory and can run for a long time.
 xtests = tst-strcoll-overflow
@@ -117,5 +117,6 @@ $(objpfx)tst-strxfrm2.out: $(gen-locales)
 $(objpfx)bug-strcoll2.out: $(gen-locales)
 $(objpfx)tst-strcoll-overflow.out: $(gen-locales)
 $(objpfx)tst-strsignal.out: $(gen-locales)
+$(objpfx)tst-strerror.out: $(gen-locales)
 
 endif