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