blob: ba23199a07c83b49a2bf17ddb22cec39d3042f2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Files:
tests/test-sprintf-posix.c
tests/test-sprintf-posix.h
tests/minus-zero.h
tests/infinity.h
tests/nan.h
tests/signature.h
tests/macros.h
Depends-on:
stdint
float
configure.ac:
AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
Makefile.am:
TESTS += test-sprintf-posix
check_PROGRAMS += test-sprintf-posix
|