1Files: 2tests/test-vasnprintf-posix.c 3tests/test-vasnprintf-posix2.sh 4tests/test-vasnprintf-posix2.c 5tests/test-vasnprintf-posix3.c 6tests/minus-zero.h 7tests/infinity.h 8tests/nan.h 9tests/macros.h 10m4/locale-fr.m4 11m4/codeset.m4 12 13Depends-on: 14stdint 15float 16setlocale 17 18configure.ac: 19AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE]) 20gt_LOCALE_FR 21gt_LOCALE_FR_UTF8 22 23Makefile.am: 24TESTS += test-vasnprintf-posix test-vasnprintf-posix2.sh test-vasnprintf-posix3 25TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' 26check_PROGRAMS += test-vasnprintf-posix test-vasnprintf-posix2 test-vasnprintf-posix3 27