closein: correct comments
[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/minus-zero.h
6 tests/nan.h
7 tests/signature.h
8 tests/macros.h
9
10 Depends-on:
11 stdint
12 float
13
14 configure.ac:
15 AC_DEFINE([CHECK_VSNPRINTF_POSIX], 1,
16   [Define to 1 for strict checking in test-vsnprintf.c.])
17
18 Makefile.am:
19 TESTS += test-vsnprintf-posix test-vsnprintf
20 check_PROGRAMS += test-vsnprintf-posix test-vsnprintf
21