1Files:
2tests/unictype/test-categ_of.c
3tests/macros.h
4
5Depends-on:
6unictype/category-test
7
8configure.ac:
9
10Makefile.am:
11TESTS += test-categ_of
12check_PROGRAMS += test-categ_of
13test_categ_of_SOURCES = unictype/test-categ_of.c
14test_categ_of_LDADD = $(LDADD) $(LIBUNISTRING)
15