X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=modules%2Fvasnprintf-posix-tests;h=01f0188fd51b2695426c44561750bdee6041468d;hb=44e6ee7e6dbbce5094d9d3eb2945d34da2acaeb1;hp=d8a39d4d91204f4ca389f10525d86ca815c11303;hpb=06945b7c073c0872ec2049c0e0b94f789bf8d77e;p=gnulib.git diff --git a/modules/vasnprintf-posix-tests b/modules/vasnprintf-posix-tests index d8a39d4d9..01f0188fd 100644 --- a/modules/vasnprintf-posix-tests +++ b/modules/vasnprintf-posix-tests @@ -2,17 +2,23 @@ Files: tests/test-vasnprintf-posix.c tests/test-vasnprintf-posix2.sh tests/test-vasnprintf-posix2.c +tests/test-vasnprintf-posix3.c +tests/minus-zero.h +tests/nan.h +tests/macros.h m4/locale-fr.m4 +m4/codeset.m4 Depends-on: -math stdint +float +setlocale configure.ac: gt_LOCALE_FR gt_LOCALE_FR_UTF8 Makefile.am: -TESTS += test-vasnprintf-posix test-vasnprintf-posix2.sh -TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' -check_PROGRAMS += test-vasnprintf-posix test-vasnprintf-posix2 +TESTS += test-vasnprintf-posix test-vasnprintf-posix2.sh test-vasnprintf-posix3 +TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' +check_PROGRAMS += test-vasnprintf-posix test-vasnprintf-posix2 test-vasnprintf-posix3