count-one-bits: port to MSC; support types wider than 64 bits
[gnulib.git] / modules / uniconv / u8-conv-to-enc-tests
1 Files:
2 tests/uniconv/test-u8-conv-to-enc.c
3 tests/macros.h
4
5 Depends-on:
6 unistr/u8-strlen
7
8 configure.ac:
9
10 Makefile.am:
11 TESTS += test-u8-conv-to-enc
12 check_PROGRAMS += test-u8-conv-to-enc
13 test_u8_conv_to_enc_SOURCES = uniconv/test-u8-conv-to-enc.c
14 test_u8_conv_to_enc_LDADD = $(LDADD) $(LIBUNISTRING) @LIBICONV@
15