summaryrefslogtreecommitdiff
path: root/gnulib/modules/unictype/category-M-tests
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/unictype/category-M-tests')
m---------gnulib0
-rw-r--r--gnulib/modules/unictype/category-M-tests16
2 files changed, 16 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/unictype/category-M-tests b/gnulib/modules/unictype/category-M-tests
new file mode 100644
index 0000000..1615877
--- /dev/null
+++ b/gnulib/modules/unictype/category-M-tests
@@ -0,0 +1,16 @@
+Files:
+tests/unictype/test-categ_M.c
+tests/unictype/test-predicate-part1.h
+tests/unictype/test-predicate-part2.h
+tests/macros.h
+
+Depends-on:
+unictype/category-test
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-categ_M
+check_PROGRAMS += test-categ_M
+test_categ_M_SOURCES = unictype/test-categ_M.c
+test_categ_M_LDADD = $(LDADD) $(LIBUNISTRING)