blob: f08cf3a7576e9e5bf0870cbad72867244ea5baf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Files:
tests/unicase/test-u16-is-cased.c
tests/unicase/test-is-cased.h
tests/macros.h
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-u16-is-cased
check_PROGRAMS += test-u16-is-cased
test_u16_is_cased_SOURCES = unicase/test-u16-is-cased.c
test_u16_is_cased_LDADD = $(LDADD) $(LIBUNISTRING)
|