pthread: fix pthread.h creation for srcdir != builddir
[gnulib.git] / modules / snprintf-posix-tests
1 Files:
2 tests/test-snprintf-posix.c
3 tests/test-snprintf-posix.h
4 tests/test-snprintf.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_SNPRINTF_POSIX], 1,
15   [Define to 1 for strict checking in test-snprintf.c.])
16
17 Makefile.am:
18 TESTS += test-snprintf-posix test-snprintf
19 check_PROGRAMS += test-snprintf-posix test-snprintf
20