blob: 70d7ff5ac1cb628470fa1cadbe5e2ef0dcaf1bf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Files:
tests/unistr/test-u16-strmbtouc.c
tests/macros.h
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-u16-strmbtouc
check_PROGRAMS += test-u16-strmbtouc
test_u16_strmbtouc_SOURCES = unistr/test-u16-strmbtouc.c
test_u16_strmbtouc_LDADD = $(LDADD) $(LIBUNISTRING)
|