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