X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsnprintf-posix-tests;h=5af4266aca514a64d3d8453cf97f0977d3ba1a53;hb=5183a0e3c08c1f6b07ee28155d434fcdea0d5018;hp=cf49194b89923f946774e628e43045fa4b6cde6f;hpb=a86f85cb985fb4659ef5f242b8e11813d1eb282a;p=gnulib.git diff --git a/modules/snprintf-posix-tests b/modules/snprintf-posix-tests index cf49194b8..5af4266ac 100644 --- a/modules/snprintf-posix-tests +++ b/modules/snprintf-posix-tests @@ -1,15 +1,17 @@ Files: tests/test-snprintf-posix.c tests/test-snprintf-posix.h -m4/longdouble.m4 +tests/test-snprintf.c +tests/nan.h Depends-on: stdint 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 +TESTS += test-snprintf-posix test-snprintf +check_PROGRAMS += test-snprintf-posix test-snprintf