File size: 264 Bytes
78d2150 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Files:
tests/uniwidth/test-u8-strwidth.c
tests/macros.h
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-u8-strwidth
check_PROGRAMS += test-u8-strwidth
test_u8_strwidth_SOURCES = uniwidth/test-u8-strwidth.c
test_u8_strwidth_LDADD = $(LDADD) $(LIBUNISTRING)
|