verify: new macro 'assume'
[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/infinity.h
7 tests/nan.h
8 tests/signature.h
9 tests/macros.h
10
11 Depends-on:
12 stdint
13 float
14
15 configure.ac:
16 AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
17 AC_DEFINE([CHECK_VSNPRINTF_POSIX], 1,
18   [Define to 1 for strict checking in test-vsnprintf.c.])
19
20 Makefile.am:
21 TESTS += test-vsnprintf-posix test-vsnprintf
22 check_PROGRAMS += test-vsnprintf-posix test-vsnprintf
23