X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsnprintf-posix-tests;h=9a5c3ab7cbd499815fd4c59ee50911df7684a6b8;hb=98ceac18596c7520e9c022fa64431b48ee22b4d7;hp=0353e6136b5463c505f98d9a0f715f29d8d3cb2c;hpb=2cef813b1194e47b2218b7edea93484f8fc42b00;p=gnulib.git diff --git a/modules/snprintf-posix-tests b/modules/snprintf-posix-tests index 0353e6136..9a5c3ab7c 100644 --- a/modules/snprintf-posix-tests +++ b/modules/snprintf-posix-tests @@ -1,16 +1,21 @@ Files: tests/test-snprintf-posix.c tests/test-snprintf-posix.h -m4/longdouble.m4 +tests/test-snprintf.c +tests/minus-zero.h +tests/nan.h +tests/signature.h +tests/macros.h Depends-on: stdint +float configure.ac: -AC_REQUIRE([gt_TYPE_LONGDOUBLE]) +AC_DEFINE([CHECK_SNPRINTF_POSIX], 1, + [Define to 1 for strict checking in test-snprintf.c.]) Makefile.am: -TESTS += test-snprintf-posix -check_PROGRAMS += test-snprintf-posix -EXTRA_DIST += test-snprintf-posix.h +TESTS += test-snprintf-posix test-snprintf +check_PROGRAMS += test-snprintf-posix test-snprintf