annotate modules/iconv-h-c++-tests @ 16063:c3b6b5b6bc32

More conditional dependencies. * modules/faccessat (Depends-on): Add conditions. * modules/fchmodat (Depends-on): Likewise. * modules/fchownat (Depends-on): Likewise. * modules/fstatat (Depends-on): Likewise. * modules/mkfifoat (Depends-on): Likewise. * modules/readlinkat (Depends-on): Likewise. * modules/symlinkat (Depends-on): Likewise. * modules/unlinkat (Depends-on): Likewise. * modules/utimensat (Depends-on): Likewise. * modules/mkdirat (Depends-on): Add sys_stat. Add conditions. * modules/linkat (Depends-on): Refine the conditions. * modules/renameat (Depends-on): Likewise.
author Bruno Haible <bruno@clisp.org>
date Wed, 09 Nov 2011 02:42:45 +0100
parents d7eed0b7ef06
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13082
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-iconv-h-c++.cc
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/signature.h
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Status:
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 c++-test
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 ansi-c++-opt
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 Makefile.am:
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 if ANSICXX
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 TESTS += test-iconv-h-c++
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 check_PROGRAMS += test-iconv-h-c++
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 test_iconv_h_c___SOURCES = test-iconv-h-c++.cc
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 test_iconv_h_c___LDADD = $(LDADD) $(LIBINTL) $(LIBICONV) $(LIB_NANOSLEEP)
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 endif