summaryrefslogtreecommitdiff
path: root/test/locale-mbwc/tst_iswgraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/locale-mbwc/tst_iswgraph.c')
-rw-r--r--test/locale-mbwc/tst_iswgraph.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/locale-mbwc/tst_iswgraph.c b/test/locale-mbwc/tst_iswgraph.c
new file mode 100644
index 0000000..91a70e2
--- /dev/null
+++ b/test/locale-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);