summaryrefslogtreecommitdiff
path: root/modules/c32width-tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/c32width-tests')
-rw-r--r--modules/c32width-tests16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/c32width-tests b/modules/c32width-tests
new file mode 100644
index 0000000000..caa18b362d
--- /dev/null
+++ b/modules/c32width-tests
@@ -0,0 +1,16 @@
+Files:
+tests/test-c32width.c
+tests/signature.h
+tests/macros.h
+
+Depends-on:
+c-ctype
+localcharset
+setlocale
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-c32width
+check_PROGRAMS += test-c32width
+test_c32width_LDADD = $(LDADD) $(SETLOCALE_LIB) $(LIBUNISTRING)