X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fvsnprintf-posix-tests;h=530e57ca661e48fd913e6ba88bfdf75297cbbb40;hb=fbe6ced5d2fdadeeea4194725d05a52cf3b5ebd7;hp=219392a5e206c46fc1a3b397dfa5533f1bb7c1cb;hpb=2cef813b1194e47b2218b7edea93484f8fc42b00;p=gnulib.git diff --git a/modules/vsnprintf-posix-tests b/modules/vsnprintf-posix-tests index 219392a5e..530e57ca6 100644 --- a/modules/vsnprintf-posix-tests +++ b/modules/vsnprintf-posix-tests @@ -1,16 +1,20 @@ Files: tests/test-vsnprintf-posix.c tests/test-snprintf-posix.h -m4/longdouble.m4 +tests/test-vsnprintf.c +tests/nan.h +tests/signature.h +tests/macros.h Depends-on: stdint +float configure.ac: -AC_REQUIRE([gt_TYPE_LONGDOUBLE]) +AC_DEFINE([CHECK_VSNPRINTF_POSIX], 1, + [Define to 1 for strict checking in test-vsnprintf.c.]) Makefile.am: -TESTS += test-vsnprintf-posix -check_PROGRAMS += test-vsnprintf-posix -EXTRA_DIST += test-snprintf-posix.h +TESTS += test-vsnprintf-posix test-vsnprintf +check_PROGRAMS += test-vsnprintf-posix test-vsnprintf