ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git] / modules / c-xvasprintf-tests
blob75ce919410030405a19cac9b16f77ca665bf1b45
1 Files:
2 tests/test-c-xvasprintf.c
3 tests/test-c-xvasprintf.sh
4 m4/locale-fr.m4
5 tests/macros.h
7 Depends-on:
8 setlocale
9 snprintf
10 xalloc
12 configure.ac:
13 gt_LOCALE_FR
15 Makefile.am:
16 TESTS += test-c-xvasprintf.sh
17 TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@'
18 check_PROGRAMS += test-c-xvasprintf
19 test_c_xvasprintf_LDADD = $(LDADD) $(LIB_SETLOCALE) @LIBINTL@