blob: 9ca395c0680966c80369999f4ffc8efc3c19cafd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Files:
tests/uniconv/test-u16-strconv-from-enc.c
tests/macros.h
Depends-on:
unistr/u16-strcmp
configure.ac:
Makefile.am:
TESTS += test-u16-strconv-from-enc
check_PROGRAMS += test-u16-strconv-from-enc
test_u16_strconv_from_enc_SOURCES = uniconv/test-u16-strconv-from-enc.c
test_u16_strconv_from_enc_LDADD = $(LDADD) $(LIBUNISTRING) @LIBICONV@
|