annotate modules/xvasprintf-tests @ 8631:4eb9b582db2e

Link test program with libintl.
author Bruno Haible <bruno@clisp.org>
date Wed, 04 Apr 2007 00:45:45 +0000
parents 0a462a560fcd
children ae4587be462b
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
0a462a560fcd Tests for module 'xvasprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
0a462a560fcd Tests for module 'xvasprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Depends-on:
0a462a560fcd Tests for module 'xvasprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 progname
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
8631
4eb9b582db2e Link test program with libintl.
Bruno Haible <bruno@clisp.org>
parents: 8331
diff changeset
12 test_xvasprintf_LDADD = @LIBINTL@ $(LDADD)
8331
0a462a560fcd Tests for module 'xvasprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13