summaryrefslogtreecommitdiff
path: root/modules/unigbrk/uc-is-grapheme-break-tests
blob: b31de28f6ac48a5c23d376949f727f9be7bb91e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Files:
tests/unigbrk/test-uc-is-grapheme-break.c
tests/unigbrk/test-uc-is-grapheme-break.sh
tests/unigbrk/GraphemeBreakTest.txt

Depends-on:
unictype/property-extended-pictographic
stdbool

configure.ac:

Makefile.am:
TESTS += unigbrk/test-uc-is-grapheme-break.sh
check_PROGRAMS += test-uc-is-grapheme-break
test_uc_is_grapheme_break_SOURCES = unigbrk/test-uc-is-grapheme-break.c
test_uc_is_grapheme_break_LDADD = $(LDADD) $(LIBUNISTRING)