diff options
-rw-r--r-- | wcsmbs/Makefile | 1 | ||||
-rw-r--r-- | wcsmbs/test-wcsdup.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile index 4aa4325..0dc264e 100644 --- a/wcsmbs/Makefile +++ b/wcsmbs/Makefile @@ -127,6 +127,7 @@ tests := \ test-wcsncat \ test-wcsncmp \ test-wcsncpy \ + test-wcsdup \ test-wcsnlen \ test-wcspbrk \ test-wcsrchr \ diff --git a/wcsmbs/test-wcsdup.c b/wcsmbs/test-wcsdup.c new file mode 100644 index 0000000..e39e063 --- /dev/null +++ b/wcsmbs/test-wcsdup.c @@ -0,0 +1,2 @@ +#define WIDE 1 +#include "../string/test-strdup.c" |