mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
17 lines
325 B
Plaintext
17 lines
325 B
Plaintext
Files:
|
|
tests/uninorm/test-u16-normcoll.c
|
|
tests/uninorm/test-u16-normcmp.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
uninorm/nfc
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-u16-normcoll
|
|
check_PROGRAMS += test-u16-normcoll
|
|
test_u16_normcoll_SOURCES = uninorm/test-u16-normcoll.c
|
|
test_u16_normcoll_LDADD = $(LDADD) $(LIBUNISTRING) @LIBICONV@
|
|
|