blob: ee86a9d086d1959f5e4085a855f68f296ab7e3d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Files:
tests/unilbrk/test-u16-width-linebreaks.c
tests/macros.h
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-u16-width-linebreaks
check_PROGRAMS += test-u16-width-linebreaks
test_u16_width_linebreaks_SOURCES = unilbrk/test-u16-width-linebreaks.c
test_u16_width_linebreaks_LDADD = $(LDADD) $(LIBUNISTRING)
|