Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/iconv-h-tests @ 13002:c7912be68eec
Fix link errors on Solaris 8.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 19 Mar 2010 02:01:17 +0100 |
parents | d14372efa766 |
children | d7eed0b7ef06 |
rev | line source |
---|---|
12916 | 1 Files: |
2 tests/test-iconv-h.c | |
12957
d14372efa766
Tests of module 'iconv-h' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
12916
diff
changeset
|
3 tests/test-iconv-h-c++.cc |
d14372efa766
Tests of module 'iconv-h' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
12916
diff
changeset
|
4 tests/signature.h |
12916 | 5 |
6 Depends-on: | |
12957
d14372efa766
Tests of module 'iconv-h' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
12916
diff
changeset
|
7 ansi-c++-opt |
12916 | 8 |
9 configure.ac: | |
10 | |
11 Makefile.am: | |
12 TESTS += test-iconv-h | |
13 check_PROGRAMS += test-iconv-h | |
12957
d14372efa766
Tests of module 'iconv-h' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
12916
diff
changeset
|
14 if ANSICXX |
d14372efa766
Tests of module 'iconv-h' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
12916
diff
changeset
|
15 TESTS += test-iconv-h-c++ |
d14372efa766
Tests of module 'iconv-h' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
12916
diff
changeset
|
16 check_PROGRAMS += test-iconv-h-c++ |
d14372efa766
Tests of module 'iconv-h' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
12916
diff
changeset
|
17 test_iconv_h_c___SOURCES = test-iconv-h-c++.cc |
13002
c7912be68eec
Fix link errors on Solaris 8.
Bruno Haible <bruno@clisp.org>
parents:
12957
diff
changeset
|
18 test_iconv_h_c___LDADD = $(LDADD) $(LIBINTL) $(LIBICONV) $(LIB_NANOSLEEP) |
12957
d14372efa766
Tests of module 'iconv-h' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
12916
diff
changeset
|
19 endif |