summaryrefslogtreecommitdiff
path: root/gnulib/modules/unictype/category-and-tests
blob: cf54050c7a8387e137539fb2a8a399219da11c6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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)