mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-02 15:41:25 +03:00
16 lines
289 B
Plaintext
16 lines
289 B
Plaintext
Files:
|
|
tests/unicase/test-u32-tolower.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
unistr/u32-cmp
|
|
uninorm/nfc
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-u32-tolower
|
|
check_PROGRAMS += test-u32-tolower
|
|
test_u32_tolower_SOURCES = unicase/test-u32-tolower.c
|
|
test_u32_tolower_LDADD = $(LDADD) $(LIBUNISTRING)
|