diffseq: port to GCC 14.2.1 in ‘patch’
[gnulib.git] / modules / vsnprintf-posix-tests
blobec12fce4a62686a7db8c87ef4df66ec0ac1f2911
1 Files:
2 tests/test-vsnprintf-posix.c
3 tests/test-snprintf-posix.h
4 tests/test-vsnprintf.c
5 tests/minus-zero.h
6 tests/infinity.h
7 tests/signature.h
8 tests/macros.h
10 Depends-on:
11 c99
12 stdint
13 float
14 nan
15 snan
17 configure.ac:
18 AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
19 AC_DEFINE([CHECK_VSNPRINTF_POSIX], 1,
20   [Define to 1 for strict checking in test-vsnprintf.c.])
22 Makefile.am:
23 TESTS += test-vsnprintf-posix test-vsnprintf
24 check_PROGRAMS += test-vsnprintf-posix test-vsnprintf