summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-05-04 23:27:16 +0200
committerBruno Haible <bruno@clisp.org>2023-05-04 23:29:39 +0200
commit8ebfab32803787379c8201fb9f650fcb35e33ecc (patch)
tree2253d9a3283dcbb7b6bd4b727a4f8b1f9c8e7ce8 /modules
parent15880a3da91a0403eb287a84db90b54713ac4a09 (diff)
downloadgnulib-8ebfab32803787379c8201fb9f650fcb35e33ecc.tar.gz
c32swidth: Add tests.
* tests/test-c32swidth.c: New file, based on tests/test-c32width.c. * modules/c32swidth-tests: New file.
Diffstat (limited to 'modules')
-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)