mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-11 11:50:52 +03:00
15 lines
298 B
Plaintext
15 lines
298 B
Plaintext
Files:
|
|
tests/uniconv/test-u16-conv-to-enc.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-u16-conv-to-enc
|
|
check_PROGRAMS += test-u16-conv-to-enc
|
|
test_u16_conv_to_enc_SOURCES = uniconv/test-u16-conv-to-enc.c
|
|
test_u16_conv_to_enc_LDADD = $(LDADD) $(LIBUNISTRING) @LIBICONV@
|
|
|