Use macros NaNf, NaNd, NaNl instead of NAN.
[gnulib.git] / modules / snprintf-posix-tests
1 Files:
2 tests/test-snprintf-posix.c
3 tests/test-snprintf-posix.h
4 tests/test-snprintf.c
5 tests/nan.h
6
7 Depends-on:
8 stdint
9
10 configure.ac:
11 AC_DEFINE([CHECK_SNPRINTF_POSIX], 1,
12   [Define to 1 for strict checking in test-snprintf.c.])
13
14 Makefile.am:
15 TESTS += test-snprintf-posix test-snprintf
16 check_PROGRAMS += test-snprintf-posix test-snprintf
17