summaryrefslogtreecommitdiff
path: root/test/locale-mbwc/tst_towupper.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/locale-mbwc/tst_towupper.c')
-rw-r--r--test/locale-mbwc/tst_towupper.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/locale-mbwc/tst_towupper.c b/test/locale-mbwc/tst_towupper.c
new file mode 100644
index 0000000..a077d27
--- /dev/null
+++ b/test/locale-mbwc/tst_towupper.c
@@ -0,0 +1,10 @@
+/*
+ TOWUPPER: int towupper (wint_t wc);
+*/
+
+#define TST_FUNCTION towupper
+
+#include "tsp_common.c"
+#include "dat_towupper.c"
+
+TST_FUNC_TOW (UPPER, upper);