annotate modules/printf-posix-tests @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
parents 328819af1c02
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8403
f05a09ae28b1 Tests for module 'printf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
f05a09ae28b1 Tests for module 'printf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-printf-posix.sh
f05a09ae28b1 Tests for module 'printf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/test-printf-posix.c
f05a09ae28b1 Tests for module 'printf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/test-printf-posix.h
8822
2f1aaaabf5bf Rename test-fprintf-posix.out to test-printf-posix.output.
Bruno Haible <bruno@clisp.org>
parents: 8403
diff changeset
5 tests/test-printf-posix.output
9443
1df2e8a2fa66 New tests for modules 'test-fprintf-posix' and 'test-printf-posix'.
Bruno Haible <bruno@clisp.org>
parents: 9284
diff changeset
6 tests/test-printf-posix2.sh
1df2e8a2fa66 New tests for modules 'test-fprintf-posix' and 'test-printf-posix'.
Bruno Haible <bruno@clisp.org>
parents: 9284
diff changeset
7 tests/test-printf-posix2.c
15595
328819af1c02 Support for MSVC compiler: Avoid division by a literal 0.
Bruno Haible <bruno@clisp.org>
parents: 12775
diff changeset
8 tests/infinity.h
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
9 tests/signature.h
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
10 tests/macros.h
8403
f05a09ae28b1 Tests for module 'printf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
f05a09ae28b1 Tests for module 'printf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 Depends-on:
f05a09ae28b1 Tests for module 'printf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 stdint
f05a09ae28b1 Tests for module 'printf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
f05a09ae28b1 Tests for module 'printf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 configure.ac:
9443
1df2e8a2fa66 New tests for modules 'test-fprintf-posix' and 'test-printf-posix'.
Bruno Haible <bruno@clisp.org>
parents: 9284
diff changeset
16 AC_CHECK_FUNCS_ONCE([getrlimit setrlimit])
8403
f05a09ae28b1 Tests for module 'printf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
f05a09ae28b1 Tests for module 'printf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 Makefile.am:
9443
1df2e8a2fa66 New tests for modules 'test-fprintf-posix' and 'test-printf-posix'.
Bruno Haible <bruno@clisp.org>
parents: 9284
diff changeset
19 TESTS += test-printf-posix.sh test-printf-posix2.sh
1df2e8a2fa66 New tests for modules 'test-fprintf-posix' and 'test-printf-posix'.
Bruno Haible <bruno@clisp.org>
parents: 9284
diff changeset
20 check_PROGRAMS += test-printf-posix test-printf-posix2