summaryrefslogtreecommitdiff
path: root/modules/unicase/u16-toupper-tests
diff options
context:
space:
mode:
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
+