X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fsnprintf-posix-tests;h=4448cf521c1e5f27ceac04d4fd915cc59630d896;hb=bfbd822767f532ab05e24bda5b67b992f3562321;hp=11bca695dbf70143e98f7734411d79aa9d9cfdba;hpb=9f88c0b0e0cfa8a9c25f1db4f58b837c7b891575;p=gnulib.git diff --git a/modules/snprintf-posix-tests b/modules/snprintf-posix-tests index 11bca695d..4448cf521 100644 --- a/modules/snprintf-posix-tests +++ b/modules/snprintf-posix-tests @@ -1,14 +1,20 @@ Files: tests/test-snprintf-posix.c tests/test-snprintf-posix.h +tests/test-snprintf.c +tests/nan.h +tests/signature.h +tests/macros.h Depends-on: stdint +float configure.ac: +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