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