mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
17 lines
321 B
Plaintext
17 lines
321 B
Plaintext
Files:
|
|
tests/unicase/test-u16-casecoll.c
|
|
tests/unicase/test-casecmp.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
uninorm/nfc
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-u16-casecoll
|
|
check_PROGRAMS += test-u16-casecoll
|
|
test_u16_casecoll_SOURCES = unicase/test-u16-casecoll.c
|
|
test_u16_casecoll_LDADD = $(LDADD) $(LIBUNISTRING) @LIBICONV@
|
|
|