1Files:
2tests/unictype/test-categ_C.c
3tests/unictype/test-predicate-part1.h
4tests/unictype/test-predicate-part2.h
5tests/macros.h
6
7Depends-on:
8unictype/category-test
9
10configure.ac:
11
12Makefile.am:
13TESTS += test-categ_C
14check_PROGRAMS += test-categ_C
15test_categ_C_SOURCES = unictype/test-categ_C.c
16test_categ_C_LDADD = $(LDADD) $(LIBUNISTRING)
17