1Files:
2tests/unilbrk/test-ulc-width-linebreaks.c
3tests/macros.h
4
5Depends-on:
6
7configure.ac:
8
9Makefile.am:
10TESTS += test-ulc-width-linebreaks
11check_PROGRAMS += test-ulc-width-linebreaks
12test_ulc_width_linebreaks_SOURCES = unilbrk/test-ulc-width-linebreaks.c
13test_ulc_width_linebreaks_LDADD = $(LDADD) $(LIBUNISTRING) @LIBICONV@
14
15