File size: 324 Bytes
78d2150 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
Files:
tests/unicase/test-ignorable.c
tests/unicase/test-predicate-part1.h
tests/unicase/test-predicate-part2.h
tests/macros.h
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-ignorable
check_PROGRAMS += test-ignorable
test_ignorable_SOURCES = unicase/test-ignorable.c
test_ignorable_LDADD = $(LDADD) $(LIBUNISTRING)
|