view modules/unistdio/u32-vsnprintf-tests @ 11052:cfcd4fa98c01

Use module 'progname' in some more tests.
author Bruno Haible <bruno@clisp.org>
date Tue, 20 Jan 2009 00:14:31 +0100
parents a92a52341655
children a48d3d749ca5
line wrap: on
line source

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

Depends-on:
xalloc
progname

configure.ac:

Makefile.am:
TESTS += test-u32-vsnprintf1
check_PROGRAMS += test-u32-vsnprintf1
test_u32_vsnprintf1_SOURCES = unistdio/test-u32-vsnprintf1.c
test_u32_vsnprintf1_LDADD = $(LDADD) @LIBINTL@ @LIBICONV@