X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fvsnprintf-posix-tests;h=645c581cb379aeeb837c9cae0b6f4157b399f24e;hb=46f5f314f34a08c9305758482d7d2fdb0e999d09;hp=446ffd5090b98d8478394f0a3728fc6038035017;hpb=f227e78a14b99482c7b12e6f4d4b3cd96f13400e;p=gnulib.git diff --git a/modules/vsnprintf-posix-tests b/modules/vsnprintf-posix-tests index 446ffd509..645c581cb 100644 --- a/modules/vsnprintf-posix-tests +++ b/modules/vsnprintf-posix-tests @@ -2,16 +2,22 @@ Files: tests/test-vsnprintf-posix.c tests/test-snprintf-posix.h tests/test-vsnprintf.c +tests/minus-zero.h +tests/infinity.h +tests/nan.h +tests/signature.h +tests/macros.h Depends-on: stdint +float configure.ac: +AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE]) AC_DEFINE([CHECK_VSNPRINTF_POSIX], 1, [Define to 1 for strict checking in test-vsnprintf.c.]) Makefile.am: TESTS += test-vsnprintf-posix test-vsnprintf check_PROGRAMS += test-vsnprintf-posix test-vsnprintf -EXTRA_DIST += test-snprintf-posix.h