tests: add signature checks
[pspp] / modules / vsnprintf-posix-tests
1 Files:
2 tests/signature.h
3 tests/test-vsnprintf-posix.c
4 tests/test-snprintf-posix.h
5 tests/test-vsnprintf.c
6 tests/nan.h
7
8 Depends-on:
9 stdint
10 float
11
12 configure.ac:
13 AC_DEFINE([CHECK_VSNPRINTF_POSIX], 1,
14   [Define to 1 for strict checking in test-vsnprintf.c.])
15
16 Makefile.am:
17 TESTS += test-vsnprintf-posix test-vsnprintf
18 check_PROGRAMS += test-vsnprintf-posix test-vsnprintf
19