X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fvasnprintf-posix-tests;h=5320d88b356f0001fa22a216bec6b619481dd385;hb=3361b6d48f06367906059ba220639436b50dbe4d;hp=47acf81ea58ea080fe0edf3af0a653b7458bc45c;hpb=9f88c0b0e0cfa8a9c25f1db4f58b837c7b891575;p=gnulib.git diff --git a/modules/vasnprintf-posix-tests b/modules/vasnprintf-posix-tests index 47acf81ea..5320d88b3 100644 --- a/modules/vasnprintf-posix-tests +++ b/modules/vasnprintf-posix-tests @@ -2,10 +2,14 @@ Files: tests/test-vasnprintf-posix.c tests/test-vasnprintf-posix2.sh tests/test-vasnprintf-posix2.c +tests/nan.h +tests/macros.h m4/locale-fr.m4 +m4/codeset.m4 Depends-on: stdint +float configure.ac: gt_LOCALE_FR @@ -13,6 +17,5 @@ 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@' +TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' check_PROGRAMS += test-vasnprintf-posix test-vasnprintf-posix2 -EXTRA_DIST += test-vasnprintf-posix2.sh