diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-03-19 10:15:27 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-04-11 14:21:32 -0300 |
commit | 4b717562c4768883a87f62d67610c0a48e911445 (patch) | |
tree | 1aceb449aab6f90216299930f8356c9463fe3649 /wcsmbs/Makefile | |
parent | 686d5420253bd76b1b7458f91d6ef9fc1a12b229 (diff) | |
download | glibc-4b717562c4768883a87f62d67610c0a48e911445.tar.gz glibc-4b717562c4768883a87f62d67610c0a48e911445.tar.xz glibc-4b717562c4768883a87f62d67610c0a48e911445.zip |
wcsmbs: Add test-wcsstr
Parametrize test-strstr.c so it can be used to check wcsstr. Checked on x86_64-linux-gnu and aarch64-linux-gnu. Reviewed-by: DJ Delorie <dj@redhat.com>
Diffstat (limited to 'wcsmbs/Makefile')
-rw-r--r-- | wcsmbs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile index f3333c6a4b..1cddd8cc6d 100644 --- a/wcsmbs/Makefile +++ b/wcsmbs/Makefile @@ -163,6 +163,7 @@ tests := \ test-wcspbrk \ test-wcsrchr \ test-wcsspn \ + test-wcsstr \ test-wmemchr \ test-wmemcmp \ test-wmemset \ |