File size: 342 Bytes
78d2150 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
Files:
tests/uninorm/test-decomposing-form.c
tests/macros.h
Depends-on:
uninorm/nfc
uninorm/nfd
uninorm/nfkc
uninorm/nfkd
configure.ac:
Makefile.am:
TESTS += test-decomposing-form
check_PROGRAMS += test-decomposing-form
test_decomposing_form_SOURCES = uninorm/test-decomposing-form.c
test_decomposing_form_LDADD = $(LDADD) $(LIBUNISTRING)
|