X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsnprintf-posix-tests;h=0f7257e6484e9c8e7c32cca845123609b5345c0f;hb=e1c466d11a91615c413789ea8bc3ec358f2c6aa9;hp=913828a54c6010d36daf4fd5eb0931651897076f;hpb=f227e78a14b99482c7b12e6f4d4b3cd96f13400e;p=gnulib.git diff --git a/modules/snprintf-posix-tests b/modules/snprintf-posix-tests index 913828a54..0f7257e64 100644 --- a/modules/snprintf-posix-tests +++ b/modules/snprintf-posix-tests @@ -2,16 +2,22 @@ Files: tests/test-snprintf-posix.c tests/test-snprintf-posix.h tests/test-snprintf.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_SNPRINTF_POSIX], 1, [Define to 1 for strict checking in test-snprintf.c.]) Makefile.am: TESTS += test-snprintf-posix test-snprintf check_PROGRAMS += test-snprintf-posix test-snprintf -EXTRA_DIST += test-snprintf-posix.h