annotate modules/xvasprintf-tests @ 40203:30d91797009f

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 01 Mar 2019 08:42:42 -0800
parents ae28326ff93e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8331
0a462a560fcd Tests for module 'xvasprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
0a462a560fcd Tests for module 'xvasprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-xvasprintf.c
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 8698
diff changeset
3 tests/macros.h
8331
0a462a560fcd Tests for module 'xvasprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
0a462a560fcd Tests for module 'xvasprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Depends-on:
0a462a560fcd Tests for module 'xvasprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
0a462a560fcd Tests for module 'xvasprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 configure.ac:
0a462a560fcd Tests for module 'xvasprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
0a462a560fcd Tests for module 'xvasprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Makefile.am:
0a462a560fcd Tests for module 'xvasprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 TESTS += test-xvasprintf
0a462a560fcd Tests for module 'xvasprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 check_PROGRAMS += test-xvasprintf
8698
ae4587be462b Fix --with-tests compilation on cygwin.
Eric Blake <ebb9@byu.net>
parents: 8631
diff changeset
12 test_xvasprintf_LDADD = $(LDADD) @LIBINTL@
8331
0a462a560fcd Tests for module 'xvasprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13