mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
18 lines
344 B
Plaintext
18 lines
344 B
Plaintext
Files:
|
|
tests/test-vsnprintf-posix.c
|
|
tests/test-snprintf-posix.h
|
|
tests/test-vsnprintf.c
|
|
tests/nan.h
|
|
|
|
Depends-on:
|
|
stdint
|
|
|
|
configure.ac:
|
|
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
|
|
|