summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-19 17:59:58 +0200
committerBruno Haible <bruno@clisp.org>2023-04-19 17:59:58 +0200
commit0fb00d8330a844be3028b76fbdba97cc9281f897 (patch)
treeedf9bfe9137038e3e63818ba8e5b4c4839b0e336 /modules
parentccb59e4c36bea4915303a24ea1c7dec109db97eb (diff)
downloadgnulib-0fb00d8330a844be3028b76fbdba97cc9281f897.tar.gz
wcsncmp: Add tests.
* tests/test-wcsncmp.c: New file, based on tests/unistr/test-strncmp.h and tests/test-wcscmp.c. * modules/wcsncmp-tests: New file.
Diffstat (limited to 'modules')
-rw-r--r--modules/wcsncmp-tests12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/wcsncmp-tests b/modules/wcsncmp-tests
new file mode 100644
index 0000000000..33f9f374e8
--- /dev/null
+++ b/modules/wcsncmp-tests
@@ -0,0 +1,12 @@
+Files:
+tests/test-wcsncmp.c
+tests/signature.h
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-wcsncmp
+check_PROGRAMS += test-wcsncmp