summaryrefslogtreecommitdiff
path: root/gnulib/modules/unictype/category-and-tests
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/unictype/category-and-tests')
m---------gnulib0
-rw-r--r--gnulib/modules/unictype/category-and-tests19
2 files changed, 19 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/unictype/category-and-tests b/gnulib/modules/unictype/category-and-tests
new file mode 100644
index 0000000..cf54050
--- /dev/null
+++ b/gnulib/modules/unictype/category-and-tests
@@ -0,0 +1,19 @@
+Files:
+tests/unictype/test-categ_and.c
+tests/macros.h
+
+Depends-on:
+unictype/category-or
+unictype/category-test
+unictype/category-L
+unictype/category-Nd
+unictype/category-Lu
+unictype/category-N
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-categ_and
+check_PROGRAMS += test-categ_and
+test_categ_and_SOURCES = unictype/test-categ_and.c
+test_categ_and_LDADD = $(LDADD) $(LIBUNISTRING)