Mercurial > hg > octave-nkf > gnulib-hg
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 |
rev | line source |
---|---|
8331 | 1 Files: |
2 tests/test-xvasprintf.c | |
3 | |
4 Depends-on: | |
5 progname | |
6 | |
7 configure.ac: | |
8 | |
9 Makefile.am: | |
10 TESTS += test-xvasprintf | |
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 | 13 |