X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fvsnprintf-posix-tests;h=687d28d44928039ed045a05f6863c182d11ce3d4;hb=b4c2b236d0007a7f9226e6ccef82e9e37bdb2b3a;hp=9f7fdff2f9af6c29d0e1dead74d416cf36487b94;hpb=9f88c0b0e0cfa8a9c25f1db4f58b837c7b891575;p=gnulib.git diff --git a/modules/vsnprintf-posix-tests b/modules/vsnprintf-posix-tests index 9f7fdff2f..687d28d44 100644 --- a/modules/vsnprintf-posix-tests +++ b/modules/vsnprintf-posix-tests @@ -1,14 +1,21 @@ Files: tests/test-vsnprintf-posix.c tests/test-snprintf-posix.h +tests/test-vsnprintf.c +tests/minus-zero.h +tests/nan.h +tests/signature.h +tests/macros.h Depends-on: stdint +float configure.ac: +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