X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fvasnprintf-posix-tests;h=26c437c73ca91aef0f71089dad7d3dd264c285a3;hb=76888b1414b08849396e306748bfdf3cbfb9f928;hp=b54296bd77f64415ef123e719e2e7106656d4957;hpb=6fb8ffda3e174cd01655f87065f8ade6f536014d;p=gnulib.git diff --git a/modules/vasnprintf-posix-tests b/modules/vasnprintf-posix-tests index b54296bd7..26c437c73 100644 --- a/modules/vasnprintf-posix-tests +++ b/modules/vasnprintf-posix-tests @@ -1,14 +1,20 @@ Files: tests/test-vasnprintf-posix.c -m4/longdouble.m4 +tests/test-vasnprintf-posix2.sh +tests/test-vasnprintf-posix2.c +tests/nan.h +m4/locale-fr.m4 +m4/codeset.m4 Depends-on: stdint +float configure.ac: -AC_REQUIRE([gt_TYPE_LONGDOUBLE]) +gt_LOCALE_FR +gt_LOCALE_FR_UTF8 Makefile.am: -TESTS += test-vasnprintf-posix -check_PROGRAMS += test-vasnprintf-posix - +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