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-titlecase.c
|
|
tests/unicase/test-is-titlecase.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-u32-is-titlecase
|
|
check_PROGRAMS += test-u32-is-titlecase
|
|
test_u32_is_titlecase_SOURCES = unicase/test-u32-is-titlecase.c
|
|
test_u32_is_titlecase_LDADD = $(LDADD) $(LIBUNISTRING)
|