Use a more portable replacement expression for -0.0L.
[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 tests/nan.h
6
7 Depends-on:
8 stdint
9 float
10
11 configure.ac:
12 AC_DEFINE([CHECK_VSNPRINTF_POSIX], 1,
13   [Define to 1 for strict checking in test-vsnprintf.c.])
14
15 Makefile.am:
16 TESTS += test-vsnprintf-posix test-vsnprintf
17 check_PROGRAMS += test-vsnprintf-posix test-vsnprintf
18