X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fvsnprintf-posix-tests;h=3b45e44cf1f783b54165b72ffe94aa3af9a8ceb7;hb=a7c16e4cf6306739249469d4dd3a3fe3263c02f2;hp=ea54679a8920ac4d2c492c6335d40234c1b8c664;hpb=04cd5487c7cb479142c1a5f2b5c542ec75373dd2;p=gnulib.git diff --git a/modules/vsnprintf-posix-tests b/modules/vsnprintf-posix-tests index ea54679a8..3b45e44cf 100644 --- a/modules/vsnprintf-posix-tests +++ b/modules/vsnprintf-posix-tests @@ -1,15 +1,17 @@ Files: tests/test-vsnprintf-posix.c tests/test-snprintf-posix.h -m4/longdouble.m4 +tests/test-vsnprintf.c +tests/nan.h Depends-on: stdint 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 +TESTS += test-vsnprintf-posix test-vsnprintf +check_PROGRAMS += test-vsnprintf-posix test-vsnprintf