26 lines
459 B
Plaintext
26 lines
459 B
Plaintext
Files:
|
|
tests/test-vsnprintf-posix.c
|
|
tests/test-snprintf-posix.h
|
|
tests/test-vsnprintf.c
|
|
tests/minus-zero.h
|
|
tests/infinity.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
c99
|
|
stdint
|
|
float
|
|
nan
|
|
snan
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
|
|
AC_DEFINE([CHECK_VSNPRINTF_POSIX], 1,
|
|
[Define to 1 for strict checking in test-vsnprintf.c.])
|
|
|
|
Makefile.am:
|
|
TESTS += test-vsnprintf-posix test-vsnprintf
|
|
check_PROGRAMS += test-vsnprintf-posix test-vsnprintf
|
|
|