summaryrefslogtreecommitdiff
path: root/gnulib/modules/unicase/u32-toupper-tests
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/unicase/u32-toupper-tests')
m---------gnulib0
-rw-r--r--gnulib/modules/unicase/u32-toupper-tests15
2 files changed, 15 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/unicase/u32-toupper-tests b/gnulib/modules/unicase/u32-toupper-tests
new file mode 100644
index 0000000..f973b47
--- /dev/null
+++ b/gnulib/modules/unicase/u32-toupper-tests
@@ -0,0 +1,15 @@
+Files:
+tests/unicase/test-u32-toupper.c
+tests/macros.h
+
+Depends-on:
+unistr/u32-cmp
+uninorm/nfc
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-u32-toupper
+check_PROGRAMS += test-u32-toupper
+test_u32_toupper_SOURCES = unicase/test-u32-toupper.c
+test_u32_toupper_LDADD = $(LDADD) $(LIBUNISTRING)