mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 06:10:06 +00:00
wcsmbs: Add wcsdup() tests. (BZ #30266)
Enable wide character testcases for wcsdup(). Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
parent
0c48aa0551
commit
0aa5b28a50
@ -127,6 +127,7 @@ tests := \
|
||||
test-wcsncat \
|
||||
test-wcsncmp \
|
||||
test-wcsncpy \
|
||||
test-wcsdup \
|
||||
test-wcsnlen \
|
||||
test-wcspbrk \
|
||||
test-wcsrchr \
|
||||
|
2
wcsmbs/test-wcsdup.c
Normal file
2
wcsmbs/test-wcsdup.c
Normal file
@ -0,0 +1,2 @@
|
||||
#define WIDE 1
|
||||
#include "../string/test-strdup.c"
|
Loading…
Reference in New Issue
Block a user