havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git] / modules / vasnprintf-posix-tests
blob2ea2791ddfeab06b639bb79dc7a2bbe94d87f561
1 Files:
2 tests/test-vasnprintf-posix.c
3 tests/test-vasnprintf-posix2.sh
4 tests/test-vasnprintf-posix2.c
5 tests/test-vasnprintf-posix3.c
6 tests/minus-zero.h
7 tests/infinity.h
8 tests/nan.h
9 tests/macros.h
10 m4/locale-fr.m4
11 m4/codeset.m4
13 Depends-on:
14 stdint
15 float
16 setlocale
18 configure.ac:
19 AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
20 gt_LOCALE_FR
21 gt_LOCALE_FR_UTF8
23 Makefile.am:
24 TESTS += test-vasnprintf-posix test-vasnprintf-posix2.sh test-vasnprintf-posix3
25 TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
26 check_PROGRAMS += test-vasnprintf-posix test-vasnprintf-posix2 test-vasnprintf-posix3
27 test_vasnprintf_posix2_LDADD = $(LDADD) $(LIB_SETLOCALE)
28 test_vasnprintf_posix3_LDADD = $(LDADD) $(LIB_SETLOCALE)