summaryrefslogtreecommitdiff
path: root/modules/unicase/u32-is-lowercase-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-03-08 17:01:08 +0100
committerBruno Haible <bruno@clisp.org>2009-03-08 17:01:08 +0100
commit8768c9849d8845776dacaec1c96ebc074dbcfecd (patch)
tree301f7f532910300f53f33c4e8be1718556d922cd /modules/unicase/u32-is-lowercase-tests
parent63840079f18f957a854b8c7022ede337d6a80013 (diff)
downloadgnulib-8768c9849d8845776dacaec1c96ebc074dbcfecd.tar.gz
Tests for module 'unicase/u32-is-lowercase'.
Diffstat (limited to 'modules/unicase/u32-is-lowercase-tests')
-rw-r--r--modules/unicase/u32-is-lowercase-tests13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/unicase/u32-is-lowercase-tests b/modules/unicase/u32-is-lowercase-tests
new file mode 100644
index 0000000000..5e458d1e0b
--- /dev/null
+++ b/modules/unicase/u32-is-lowercase-tests
@@ -0,0 +1,13 @@
+Files:
+tests/unicase/test-u32-is-lowercase.c
+tests/unicase/test-is-lowercase.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-u32-is-lowercase
+check_PROGRAMS += test-u32-is-lowercase
+test_u32_is_lowercase_SOURCES = unicase/test-u32-is-lowercase.c
+