mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
17 lines
307 B
Plaintext
17 lines
307 B
Plaintext
Files:
|
|
tests/unicase/test-u32-casefold.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
unistr/u32-cmp
|
|
uninorm/nfc
|
|
uninorm/nfd
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-u32-casefold
|
|
check_PROGRAMS += test-u32-casefold
|
|
test_u32_casefold_SOURCES = unicase/test-u32-casefold.c
|
|
test_u32_casefold_LDADD = $(LDADD) $(LIBUNISTRING)
|