annotate modules/xprintf-posix-tests @ 17476:6057744acd2c default tip master

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 16 Aug 2013 06:32:22 -0700 (2013-08-16)
parents 328819af1c02
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9428
733dbb7b0c0a Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
733dbb7b0c0a Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-xprintf-posix.sh
733dbb7b0c0a Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/test-xfprintf-posix.c
733dbb7b0c0a Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/test-xprintf-posix.c
733dbb7b0c0a Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 tests/test-fprintf-posix.h
733dbb7b0c0a Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 tests/test-printf-posix.h
733dbb7b0c0a Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 tests/test-printf-posix.output
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: 9437
diff changeset
9 tests/macros.h
9428
733dbb7b0c0a Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
733dbb7b0c0a Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 Depends-on:
733dbb7b0c0a Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 stdint
733dbb7b0c0a Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 progname
733dbb7b0c0a Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
733dbb7b0c0a Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 configure.ac:
733dbb7b0c0a Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
733dbb7b0c0a Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Makefile.am:
733dbb7b0c0a Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 TESTS += test-xprintf-posix.sh
733dbb7b0c0a Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 check_PROGRAMS += test-xfprintf-posix test-xprintf-posix
9437
1fc52d590529 Fix xprintf tests on cygwin.
Eric Blake <ebb9@byu.net>
parents: 9428
diff changeset
20 test_xfprintf_posix_LDADD = $(LDADD) @LIBINTL@
1fc52d590529 Fix xprintf tests on cygwin.
Eric Blake <ebb9@byu.net>
parents: 9428
diff changeset
21 test_xprintf_posix_LDADD = $(LDADD) @LIBINTL@