summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-03-29 00:25:50 +0200
committerBruno Haible <bruno@clisp.org>2023-03-29 00:25:50 +0200
commitb1ddf91bbbf58d1fc35dd2922353a3f8a7a098df (patch)
tree4f021c3722dd9e1c59d060c57b218141d89a4965 /modules
parent40168fbbadc0bde07de8c27612f88640e4cf74e8 (diff)
downloadgnulib-b1ddf91bbbf58d1fc35dd2922353a3f8a7a098df.tar.gz
xstring-desc: Add tests.
* tests/test-xstring-desc.c: New file. * modules/xstring-desc-tests: New file.
Diffstat (limited to 'modules')
-rw-r--r--modules/xstring-desc-tests12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/xstring-desc-tests b/modules/xstring-desc-tests
new file mode 100644
index 0000000000..7113d54d96
--- /dev/null
+++ b/modules/xstring-desc-tests
@@ -0,0 +1,12 @@
+Files:
+tests/test-xstring-desc.c
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-xstring-desc
+check_PROGRAMS += test-xstring-desc
+test_xstring_desc_LDADD = $(LDADD) @LIBINTL@