summaryrefslogtreecommitdiff
path: root/modules/unistr
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-01-10 23:47:58 +0100
committerBruno Haible <bruno@clisp.org>2010-01-10 23:47:58 +0100
commit726b16a774fd1764515b46b96e814316b46e186e (patch)
tree010eaa0402a35db5c7a5c0bec351b565f57cf3c3 /modules/unistr
parentec79b834e77832f003908c7af0214ec83cf5d4c4 (diff)
downloadgnulib-726b16a774fd1764515b46b96e814316b46e186e.tar.gz
Tests for module 'unistr/u8-strncmp'.
Diffstat (limited to 'modules/unistr')
-rw-r--r--modules/unistr/u8-strncmp-tests13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/unistr/u8-strncmp-tests b/modules/unistr/u8-strncmp-tests
new file mode 100644
index 0000000000..cadb045af4
--- /dev/null
+++ b/modules/unistr/u8-strncmp-tests
@@ -0,0 +1,13 @@
+Files:
+tests/unistr/test-u8-strncmp.c
+tests/unistr/test-strncmp.h
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-u8-strncmp
+check_PROGRAMS += test-u8-strncmp
+test_u8_strncmp_SOURCES = unistr/test-u8-strncmp.c