view modules/uniconv/u8-conv-from-enc-tests @ 15836:46afe93343fd

modf: Use a .m4 file. * m4/modf.m4: New file. * modules/modf (Files): Add it. (configure.ac): Just invoke gl_FUNC_MODF.
author Bruno Haible <bruno@clisp.org>
date Thu, 06 Oct 2011 01:21:12 +0200
parents 86634e33e086
children
line wrap: on
line source

Files:
tests/uniconv/test-u8-conv-from-enc.c
tests/macros.h

Depends-on:
unistr/u8-strlen
unistr/u8-cmp

configure.ac:

Makefile.am:
TESTS += test-u8-conv-from-enc
check_PROGRAMS += test-u8-conv-from-enc
test_u8_conv_from_enc_SOURCES = uniconv/test-u8-conv-from-enc.c
test_u8_conv_from_enc_LDADD = $(LDADD) $(LIBUNISTRING) @LIBICONV@