X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fvasnprintf-posix-tests;h=47acf81ea58ea080fe0edf3af0a653b7458bc45c;hb=ca3910da774f8ae6c4a2b6b8a8729b10ccc97ad4;hp=b54296bd77f64415ef123e719e2e7106656d4957;hpb=6fb8ffda3e174cd01655f87065f8ade6f536014d;p=gnulib.git diff --git a/modules/vasnprintf-posix-tests b/modules/vasnprintf-posix-tests index b54296bd7..47acf81ea 100644 --- a/modules/vasnprintf-posix-tests +++ b/modules/vasnprintf-posix-tests @@ -1,14 +1,18 @@ Files: tests/test-vasnprintf-posix.c -m4/longdouble.m4 +tests/test-vasnprintf-posix2.sh +tests/test-vasnprintf-posix2.c +m4/locale-fr.m4 Depends-on: stdint 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 +EXTRA_DIST += test-vasnprintf-posix2.sh