blob: 8a99cd6cddaacccd891af8a82af2f6dd8091d884 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Files:
tests/test-printf-posix.sh
tests/test-printf-posix.c
tests/test-printf-posix.h
tests/test-printf-posix.output
tests/test-printf-posix2.sh
tests/test-printf-posix2.c
tests/infinity.h
tests/signature.h
tests/macros.h
Depends-on:
stdint
configure.ac:
AC_CHECK_FUNCS_ONCE([getrlimit setrlimit])
Makefile.am:
TESTS += test-printf-posix.sh test-printf-posix2.sh
check_PROGRAMS += test-printf-posix test-printf-posix2
|