about summary refs log tree commit diff
path: root/localedata/tests-mbwc/tst_iswgraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'localedata/tests-mbwc/tst_iswgraph.c')
-rw-r--r--localedata/tests-mbwc/tst_iswgraph.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/localedata/tests-mbwc/tst_iswgraph.c b/localedata/tests-mbwc/tst_iswgraph.c
new file mode 100644
index 0000000000..91a70e2d3b
--- /dev/null
+++ b/localedata/tests-mbwc/tst_iswgraph.c
@@ -0,0 +1,10 @@
+/*
+  ISWGRAPH: int iswgraph (wint_t wc);
+*/
+
+#define TST_FUNCTION iswgraph
+
+#include "tsp_common.c"
+#include "dat_iswgraph.c"
+
+TST_FUNC_ISW (GRAPH, graph);