summaryrefslogtreecommitdiff
path: root/modules/unistr
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-01-10 23:49:09 +0100
committerBruno Haible <bruno@clisp.org>2010-01-10 23:49:09 +0100
commitb754f9b8a7e723a31f192c4b11b9273f4a558da8 (patch)
treefc5de2345d8abe5806c1c3e38fe7adc7d7a1d2ad /modules/unistr
parent0c3edc55ab3092ab84a678d1ef7dfb19eefc2a48 (diff)
downloadgnulib-b754f9b8a7e723a31f192c4b11b9273f4a558da8.tar.gz
Tests for module 'unistr/u32-strncmp'.
Diffstat (limited to 'modules/unistr')
-rw-r--r--modules/unistr/u32-strncmp-tests13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/unistr/u32-strncmp-tests b/modules/unistr/u32-strncmp-tests
new file mode 100644
index 0000000000..0797984a56
--- /dev/null
+++ b/modules/unistr/u32-strncmp-tests
@@ -0,0 +1,13 @@
+Files:
+tests/unistr/test-u32-strncmp.c
+tests/unistr/test-strncmp.h
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-u32-strncmp
+check_PROGRAMS += test-u32-strncmp
+test_u32_strncmp_SOURCES = unistr/test-u32-strncmp.c