Guarantee a definition of NAN.
[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 math
8 stdint
9
10 configure.ac:
11 AC_DEFINE([CHECK_VSNPRINTF_POSIX], 1,
12   [Define to 1 for strict checking in test-vsnprintf.c.])
13
14 Makefile.am:
15 TESTS += test-vsnprintf-posix test-vsnprintf
16 check_PROGRAMS += test-vsnprintf-posix test-vsnprintf
17