summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-19 01:10:32 +0200
committerBruno Haible <bruno@clisp.org>2023-04-19 01:10:32 +0200
commit312f211ba66f4b3f58fdb4399c61c58c0dcf6e75 (patch)
tree7a371948de1a5b2847e1f304d7b87ab67c0fa849 /modules
parent6c28538c9d6bbf692ab12972de6cc035e54b0c67 (diff)
downloadgnulib-312f211ba66f4b3f58fdb4399c61c58c0dcf6e75.tar.gz
wmemcmp: Add tests.
* tests/test-wmemcmp.c: New file, based on tests/unistr/test-cmp.h. * modules/wmemcmp-tests: New file.
Diffstat (limited to 'modules')
-rw-r--r--modules/wmemcmp-tests12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/wmemcmp-tests b/modules/wmemcmp-tests
new file mode 100644
index 0000000000..c42df6ec27
--- /dev/null
+++ b/modules/wmemcmp-tests
@@ -0,0 +1,12 @@
+Files:
+tests/test-wmemcmp.c
+tests/signature.h
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-wmemcmp
+check_PROGRAMS += test-wmemcmp