aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wcsmbs/Makefile1
-rw-r--r--wcsmbs/test-wcsdup.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile
index 4aa43252d7..0dc264e971 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 0000000000..e39e063d0b
--- /dev/null
+++ b/wcsmbs/test-wcsdup.c
@@ -0,0 +1,2 @@
+#define WIDE 1
+#include "../string/test-strdup.c"