summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-19 02:14:44 +0200
committerBruno Haible <bruno@clisp.org>2023-04-19 02:39:45 +0200
commit9bf6bcc74b4caf4d74bab8d98a4e00f761f2e5ca (patch)
tree36ce3207447ca1d42317a29365bae030d3e00fa3 /modules
parent4b440d3568b01dd9acd5242bea8b63fc43428f5a (diff)
downloadgnulib-9bf6bcc74b4caf4d74bab8d98a4e00f761f2e5ca.tar.gz
wcscmp: Add tests.
* tests/test-wcscmp.c: New file, based on tests/unistr/test-strcmp.h. * modules/wcscmp-tests: New file.
Diffstat (limited to 'modules')
-rw-r--r--modules/wcscmp-tests12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/wcscmp-tests b/modules/wcscmp-tests
new file mode 100644
index 0000000000..839d3175c4
--- /dev/null
+++ b/modules/wcscmp-tests
@@ -0,0 +1,12 @@
+Files:
+tests/test-wcscmp.c
+tests/signature.h
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-wcscmp
+check_PROGRAMS += test-wcscmp