File size: 303 Bytes
78d2150 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
Files:
tests/unicase/test-u32-casecmp.c
tests/unicase/test-casecmp.h
tests/macros.h
Depends-on:
uninorm/nfd
configure.ac:
Makefile.am:
TESTS += test-u32-casecmp
check_PROGRAMS += test-u32-casecmp
test_u32_casecmp_SOURCES = unicase/test-u32-casecmp.c
test_u32_casecmp_LDADD = $(LDADD) $(LIBUNISTRING)
|