summaryrefslogtreecommitdiff
path: root/modules/unicase/u16-toupper-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-03-08 14:31:40 +0100
committerBruno Haible <bruno@clisp.org>2009-03-08 14:31:40 +0100
commit69a21540d6135aee49aecab719151ff2b5c61f3a (patch)
tree6c9c01a900715ac22df2e3e59102bce828945b52 /modules/unicase/u16-toupper-tests
parenta84550094ed1a54e31329a1f0b4326c37cc17e97 (diff)
downloadgnulib-69a21540d6135aee49aecab719151ff2b5c61f3a.tar.gz
Tests for module 'unicase/u16-toupper'.
Diffstat (limited to 'modules/unicase/u16-toupper-tests')
-rw-r--r--modules/unicase/u16-toupper-tests14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/unicase/u16-toupper-tests b/modules/unicase/u16-toupper-tests
new file mode 100644
index 0000000000..a1194f5ccf
--- /dev/null
+++ b/modules/unicase/u16-toupper-tests
@@ -0,0 +1,14 @@
+Files:
+tests/unicase/test-u16-toupper.c
+
+Depends-on:
+unistr/u16-cmp
+uninorm/nfc
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-u16-toupper
+check_PROGRAMS += test-u16-toupper
+test_u16_toupper_SOURCES = unicase/test-u16-toupper.c
+