mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
18 lines
342 B
Plaintext
18 lines
342 B
Plaintext
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)
|