blob: dde4767b1fcf81a2ef6e941be8191ec4f089508e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Files:
tests/uniwbrk/test-u8-wordbreaks.c
tests/macros.h
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-u8-wordbreaks
check_PROGRAMS += test-u8-wordbreaks
test_u8_wordbreaks_SOURCES = uniwbrk/test-u8-wordbreaks.c
test_u8_wordbreaks_LDADD = $(LDADD) $(LIBUNISTRING)
|