mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
15 lines
326 B
Plaintext
15 lines
326 B
Plaintext
Files:
|
|
tests/unicase/test-u32-is-lowercase.c
|
|
tests/unicase/test-is-lowercase.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-u32-is-lowercase
|
|
check_PROGRAMS += test-u32-is-lowercase
|
|
test_u32_is_lowercase_SOURCES = unicase/test-u32-is-lowercase.c
|
|
test_u32_is_lowercase_LDADD = $(LDADD) $(LIBUNISTRING)
|