view modules/unistdio/u8-vsnprintf-tests @ 14953:632892f73130

fwriting: Move AC_LIBOBJ invocations to module description. * m4/fwriting.m4 (gl_FUNC_FWRITINT): Move AC_LIBOBJ invocation from here... * modules/fwriting (configure.ac): ... to here.
author Bruno Haible <bruno@clisp.org>
date Sat, 07 May 2011 13:48:53 +0200
parents 86634e33e086
children
line wrap: on
line source

Files:
tests/unistdio/test-u8-vsnprintf1.c
tests/unistdio/test-u8-printf1.h
tests/macros.h

Depends-on:
xalloc
progname

configure.ac:

Makefile.am:
TESTS += test-u8-vsnprintf1
check_PROGRAMS += test-u8-vsnprintf1
test_u8_vsnprintf1_SOURCES = unistdio/test-u8-vsnprintf1.c
test_u8_vsnprintf1_LDADD = $(LDADD) $(LIBUNISTRING) @LIBINTL@ @LIBICONV@