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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12916
850c75255fa5 Tests for module 'iconv-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
850c75255fa5 Tests for module 'iconv-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
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
850c75255fa5 Tests for module 'iconv-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5
850c75255fa5 Tests for module 'iconv-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
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
850c75255fa5 Tests for module 'iconv-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
850c75255fa5 Tests for module 'iconv-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 configure.ac:
850c75255fa5 Tests for module 'iconv-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
850c75255fa5 Tests for module 'iconv-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 Makefile.am:
850c75255fa5 Tests for module 'iconv-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 TESTS += test-iconv-h
850c75255fa5 Tests for module 'iconv-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
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