Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
[gnulib.git] / modules / vsnprintf-posix-tests
1 Files:
2 tests/test-vsnprintf-posix.c
3 tests/test-snprintf-posix.h
4 tests/test-vsnprintf.c
5
6 Depends-on:
7 stdint
8
9 configure.ac:
10 AC_DEFINE([CHECK_VSNPRINTF_POSIX], 1,
11   [Define to 1 for strict checking in test-vsnprintf.c.])
12
13 Makefile.am:
14 TESTS += test-vsnprintf-posix test-vsnprintf
15 check_PROGRAMS += test-vsnprintf-posix test-vsnprintf
16