X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsnprintf-posix-tests;h=913828a54c6010d36daf4fd5eb0931651897076f;hb=ca3910da774f8ae6c4a2b6b8a8729b10ccc97ad4;hp=11bca695dbf70143e98f7734411d79aa9d9cfdba;hpb=9f88c0b0e0cfa8a9c25f1db4f58b837c7b891575;p=gnulib.git diff --git a/modules/snprintf-posix-tests b/modules/snprintf-posix-tests index 11bca695d..913828a54 100644 --- a/modules/snprintf-posix-tests +++ b/modules/snprintf-posix-tests @@ -1,14 +1,17 @@ Files: tests/test-snprintf-posix.c tests/test-snprintf-posix.h +tests/test-snprintf.c Depends-on: stdint 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 +TESTS += test-snprintf-posix test-snprintf +check_PROGRAMS += test-snprintf-posix test-snprintf EXTRA_DIST += test-snprintf-posix.h