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